#64A518

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

Shades of Christi #64A518

Tints of Christi #64A518

Color information

#64A518 (or 0x64A518) is unknown color: approx Christi. HEX triplet: 64, A5 and 18. RGB value is (100,165,24). Sum of RGB (Red+Green+Blue) = 100+165+24=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #64A518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64A518 is #9B5AE7. Grayscale: #818181. Windows color (decimal): -10181352 or 1615204. OLE color: 1615204.

HSL color Cylindrical-coordinate representation of color #64A518: hue angle of 87.66º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64A518 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB10016524-
CMYK0.3900.850.35
HSL87.66º74.6%37.06%-
HSV(B)87.66º85.45%64.71%-
XYZ18.8829.695.6-
YUV129.4968.47106.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=34.60%
G=57.09%
B=8.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100165240.3900.850.3587.6674.637.06
Hex64A5182705523584b25
Octal144245304701254313011345
Binary110010010100101110001001110101010110001110110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,165,24); }

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

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

 a { background-color: rgb(100,165,24); }

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

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

 span { border-color: rgb(100,165,24); }

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