#64B65E

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

Shades of Fern #64B65E

Tints of Fern #64B65E

Color information

#64B65E (or 0x64B65E) is unknown color: approx Fern. HEX triplet: 64, B6 and 5E. RGB value is (100,182,94). Sum of RGB (Red+Green+Blue) = 100+182+94=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #64B65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B65E is #9B49A1. Grayscale: #939393. Windows color (decimal): -10176930 or 6207076. OLE color: 6207076.

HSL color Cylindrical-coordinate representation of color #64B65E: hue angle of 115.91º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B65E is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB10018294-
CMYK0.4500.480.29
HSL115.91º37.61%54.12%-
HSV(B)115.91º48.35%71.37%-
XYZ2436.9716.46-
YUV147.4597.8394.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 182 (71.48% from 255) = 48.40%
BLUE value IS 94 (37.11% from 255) = 25%
R=26.60%
G=48.40%
B=25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100182940.4500.480.29115.9137.6154.12
Hex64B65E2D0301D742636
Octal14426613655060351644666
Binary11001001011011010111101011010110000111011110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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