#64AE5E

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

Shades of Fern #64AE5E

Tints of Fern #64AE5E

Color information

#64AE5E (or 0x64AE5E) is unknown color: approx Fern. HEX triplet: 64, AE and 5E. RGB value is (100,174,94). Sum of RGB (Red+Green+Blue) = 100+174+94=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE5E is #9B51A1. Grayscale: #8F8F8F. Windows color (decimal): -10178978 or 6205028. OLE color: 6205028.

HSL color Cylindrical-coordinate representation of color #64AE5E: hue angle of 115.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64AE5E is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB10017494-
CMYK0.4300.460.32
HSL115.5º33.06%52.55%-
HSV(B)115.5º45.98%68.24%-
XYZ22.4133.7915.93-
YUV142.75100.4897.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=27.17%
G=47.28%
B=25.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100174940.4300.460.32115.533.0652.55
Hex64AE5E2B02E20742135
Octal14425613653056401644165
Binary110010010101110101111010101101011101000001110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,174,94); }

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

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

 a { background-color: rgb(100,174,94); }

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

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

 span { border-color: rgb(100,174,94); }

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