#64AC5C

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

Shades of Fern #64AC5C

Tints of Fern #64AC5C

Color information

#64AC5C (or 0x64AC5C) is unknown color: approx Fern. HEX triplet: 64, AC and 5C. RGB value is (100,172,92). Sum of RGB (Red+Green+Blue) = 100+172+92=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC5C is #9B53A3. Grayscale: #8D8D8D. Windows color (decimal): -10179492 or 6073444. OLE color: 6073444.

HSL color Cylindrical-coordinate representation of color #64AC5C: hue angle of 114º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AC5C is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB10017292-
CMYK0.4200.470.33
HSL114º32.52%51.76%-
HSV(B)114º46.51%67.45%-
XYZ21.9432.9915.34-
YUV141.35100.1598.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 172 (67.58% from 255) = 47.25%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=27.47%
G=47.25%
B=25.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100172920.4200.470.3311432.5251.76
Hex64AC5C2A02F21722134
Octal14425413452057411624164
Binary110010010101100101110010101001011111000011110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,92); }

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

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

 a { background-color: rgb(100,172,92); }

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

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

 span { border-color: rgb(100,172,92); }

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