#64A46B

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

Shades of Fern #64A46B

Tints of Fern #64A46B

Color information

#64A46B (or 0x64A46B) is unknown color: approx Fern. HEX triplet: 64, A4 and 6B. RGB value is (100,164,107). Sum of RGB (Red+Green+Blue) = 100+164+107=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #64A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A46B is #9B5B94. Grayscale: #8A8A8A. Windows color (decimal): -10181525 or 7054436. OLE color: 7054436.

HSL color Cylindrical-coordinate representation of color #64A46B: hue angle of 126.56º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A46B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB100164107-
CMYK0.3900.350.36
HSL126.56º26.02%51.76%-
HSV(B)126.56º39.02%64.31%-
XYZ21.1830.3218.65-
YUV138.37110.3100.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=26.95%
G=44.20%
B=28.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641070.3900.350.36126.5626.0251.76
Hex64A46B27023247f1a34
Octal14424415347043441773264
Binary11001001010010011010111001110100011100100111111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,164,107); }

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

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

 a { background-color: rgb(100,164,107); }

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

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

 span { border-color: rgb(100,164,107); }

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