#64B05D

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

Shades of Fern #64B05D

Tints of Fern #64B05D

Color information

#64B05D (or 0x64B05D) is unknown color: approx Fern. HEX triplet: 64, B0 and 5D. RGB value is (100,176,93). Sum of RGB (Red+Green+Blue) = 100+176+93=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #64B05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B05D is #9B4FA2. Grayscale: #909090. Windows color (decimal): -10178467 or 6140004. OLE color: 6140004.

HSL color Cylindrical-coordinate representation of color #64B05D: hue angle of 114.94º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64B05D is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB10017693-
CMYK0.4300.470.31
HSL114.94º34.44%52.75%-
HSV(B)114.94º47.16%69.02%-
XYZ22.7634.5515.83-
YUV143.8199.3296.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=27.10%
G=47.70%
B=25.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176930.4300.470.31114.9434.4452.75
Hex64B05D2B02F1F732235
Octal14426013553057371634265
Binary11001001011000010111011010110101111111111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,93); }

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

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

 a { background-color: rgb(100,176,93); }

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

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

 span { border-color: rgb(100,176,93); }

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