#64AF5C

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

Shades of Fern #64AF5C

Tints of Fern #64AF5C

Color information

#64AF5C (or 0x64AF5C) is unknown color: approx Fern. HEX triplet: 64, AF and 5C. RGB value is (100,175,92). Sum of RGB (Red+Green+Blue) = 100+175+92=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF5C is #9B50A3. Grayscale: #8F8F8F. Windows color (decimal): -10178724 or 6074212. OLE color: 6074212.

HSL color Cylindrical-coordinate representation of color #64AF5C: hue angle of 114.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AF5C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB10017592-
CMYK0.4300.470.31
HSL114.22º34.16%52.35%-
HSV(B)114.22º47.43%68.63%-
XYZ22.5234.1415.53-
YUV143.1199.1597.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=27.25%
G=47.68%
B=25.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100175920.4300.470.31114.2234.1652.35
Hex64AF5C2B02F1F722234
Octal14425713453057371624264
Binary11001001010111110111001010110101111111111110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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