#64B37A

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

Shades of Fern #64B37A

Tints of Fern #64B37A

Color information

#64B37A (or 0x64B37A) is unknown color: approx Fern. HEX triplet: 64, B3 and 7A. RGB value is (100,179,122). Sum of RGB (Red+Green+Blue) = 100+179+122=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #64B37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B37A is #9B4C85. Grayscale: #959595. Windows color (decimal): -10177670 or 8041316. OLE color: 8041316.

HSL color Cylindrical-coordinate representation of color #64B37A: hue angle of 136.71º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B37A is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB100179122-
CMYK0.4400.320.30
HSL136.71º34.2%54.71%-
HSV(B)136.71º44.13%70.2%-
XYZ24.8936.3524.12-
YUV148.88112.8393.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=24.94%
G=44.64%
B=30.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001791220.4400.320.30136.7134.254.71
Hex64B37A2C0201E892237
Octal14426317254040362114267
Binary110010010110011111101010110001000001111010001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,179,122); }

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

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

 a { background-color: rgb(100,179,122); }

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

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

 span { border-color: rgb(100,179,122); }

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