#64AD29

Color #64AD29 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #64AD29

Tints of Christi #64AD29

Color information

#64AD29 (or 0x64AD29) is unknown color: approx Christi. HEX triplet: 64, AD and 29. RGB value is (100,173,41). Sum of RGB (Red+Green+Blue) = 100+173+41=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD29 is #9B52D6. Grayscale: #888888. Windows color (decimal): -10179287 or 2731364. OLE color: 2731364.

HSL color Cylindrical-coordinate representation of color #64AD29: hue angle of 93.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64AD29 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB10017341-
CMYK0.4200.760.32
HSL93.18º61.68%41.96%-
HSV(B)93.18º76.3%67.84%-
XYZ20.632.767.33-
YUV136.1274.32102.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 173 (67.97% from 255) = 55.10%
BLUE value IS 41 (16.41% from 255) = 13.06%
R=31.85%
G=55.10%
B=13.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100173410.4200.760.3293.1861.6841.96
Hex64AD292A04C205d3e2a
Octal14425551520114401357652
Binary110010010101101101001101010010011001000001011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AD29; }

 p { color: rgb(100,173,41); }

 H1.HeaderClassName
 {
   color: #64AD29;
 }
 .AnyTagClassName
 {
   color: #64AD29;
 }
</style>
background-color css

<style>
 a { background-color: #64AD29; }

 a { background-color: rgb(100,173,41); }

 div.DivClassName
 {
   background-color: #64AD29;
 }
 .BgClassName
 {
   background-color: #64AD29;
 }
</style>
border-color css

<style>
 span { border-color: #64AD29; }

 span { border-color: rgb(100,173,41); }

 td.TdClassName
 {
   border-color: #64AD29;
 }
 .TagClassName
 {
   border-color: #64AD29;
 }
</style>