Html Css Color HEX #64B360 Fern

📋 copy color: '#64B360'

red 100 ◦ green 179 ◦ blue 96

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

Shades of Fern #64B360

Tints of Fern #64B360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 26.67%
G = 47.73%
B = 25.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#64B360 (or 0x64B360) is known color: Fern. HEX triplet: 64, B3 and 60. RGB value is (100,179,96). Sum of RGB (Red+Green+Blue) = 100+179+96=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #64B360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B360 is #9B4C9F. Grayscale: #929292. Windows color (decimal): -10177696 or 6337380. OLE color: 6337380.

HSL color Cylindrical-coordinate representation of color #64B360: hue angle of 117.11º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B360 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 179 96 -
CMYK 0.44 0 0.46 0.30
HSL 117.11º 0.35% 0.54% -
HSV(B) 117.11º 0.46% 0.7% -
XYZ 23.49 35.79 16.74 -
YUV 145.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 100 179 96 0.44 0 0.46 0.30 117.11 0.35 0.54
Hex 64 B3 60 2C 0 2E 1E 75 23 36
Octal 144 263 140 54 0 56 36 165 43 66
Binary 1100100 10110011 1100000 101100 0 101110 11110 1110101 100011 110110

Color Harmonies of #64B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B360

Black with #64B360

Text Example


Text Example

White with #64B360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64B360;
 }
 .AnyTagClassName
 {
   color: #64B360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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