#64B37C

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

Shades of Fern #64B37C

Tints of Fern #64B37C

Color information

#64B37C (or 0x64B37C) is unknown color: approx Fern. HEX triplet: 64, B3 and 7C. RGB value is (100,179,124). Sum of RGB (Red+Green+Blue) = 100+179+124=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #64B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B37C is #9B4C83. Grayscale: #959595. Windows color (decimal): -10177668 or 8172388. OLE color: 8172388.

HSL color Cylindrical-coordinate representation of color #64B37C: hue angle of 138.23º 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 #64B37C is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB100179124-
CMYK0.4400.310.30
HSL138.23º34.2%54.71%-
HSV(B)138.23º44.13%70.2%-
XYZ25.0136.424.78-
YUV149.11113.8392.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 179 (70.31% from 255) = 44.42%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=24.81%
G=44.42%
B=30.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001791240.4400.310.30138.2334.254.71
Hex64B37C2C01F1E8a2237
Octal14426317454037362124267
Binary11001001011001111111001011000111111111010001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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