Html Css Color HEX #64B479 Fern

📋 copy color: '#64B479'

red 100 ◦ green 180 ◦ blue 121

#64B479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #64B479

Tints of Fern #64B479

RGB

 RED value IS 100 (39.45% from 255) = 24.94%

 GREEN value IS 180 (70.7% 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 value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#64B479 (or 0x64B479) is known color: 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

RGB 100 180 121 -
CMYK 0.44 0 0.33 0.29
HSL 135.75º 0.35% 0.55% -
HSV(B) 135.75º 0.44% 0.71% -
XYZ 25.03 36.73 23.86 -
YUV 149.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 100 180 121 0.44 0 0.33 0.29 135.75 0.35 0.55
Hex 64 B4 79 2C 0 21 1D 88 23 37
Octal 144 264 171 54 0 41 35 210 43 67
Binary 1100100 10110100 1111001 101100 0 100001 11101 10001000 100011 110111

Color Harmonies of #64B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B479

Black with #64B479

Text Example


Text Example

White with #64B479

Text Example


Text Example

HTML Codes & Css Web 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>