#64B479

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

Shades of Fern #64B479

Tints of Fern #64B479

Color information

#64B479 (or 0x64B479) is unknown color: approx Fern. HEX triplet: 64, B4 and 79. RGB value is (100,180,121). Sum of RGB (Red+Green+Blue) = 100+180+121=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #64B479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B479 is #9B4B86. Grayscale: #959595. Windows color (decimal): -10177415 or 7976036. OLE color: 7976036.

HSL color Cylindrical-coordinate representation of color #64B479: hue angle of 135.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B479 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB100180121-
CMYK0.4400.330.29
HSL135.75º34.78%54.9%-
HSV(B)135.75º44.44%70.59%-
XYZ25.0336.7323.86-
YUV149.3511292.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=24.94%
G=44.89%
B=30.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001801210.4400.330.29135.7534.7854.9
Hex64B4792C0211D882337
Octal14426417154041352104367
Binary110010010110100111100110110001000011110110001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,121); }

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

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

 a { background-color: rgb(100,180,121); }

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

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

 span { border-color: rgb(100,180,121); }

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