#64B36C

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

Shades of Fern #64B36C

Tints of Fern #64B36C

Color information

#64B36C (or 0x64B36C) is unknown color: approx Fern. HEX triplet: 64, B3 and 6C. RGB value is (100,179,108). Sum of RGB (Red+Green+Blue) = 100+179+108=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #64B36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B36C is #9B4C93. Grayscale: #939393. Windows color (decimal): -10177684 or 7123812. OLE color: 7123812.

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

Color convert

RGB100179108-
CMYK0.4400.400.30
HSL126.08º34.2%54.71%-
HSV(B)126.08º44.13%70.2%-
XYZ24.0836.0319.87-
YUV147.28105.8394.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=25.84%
G=46.25%
B=27.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001791080.4400.400.30126.0834.254.71
Hex64B36C2C0281E7e2237
Octal14426315454050361764267
Binary11001001011001111011001011000101000111101111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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