Html Css Color HEX #64B463 Fern

📋 copy color: '#64B463'

red 100 ◦ green 180 ◦ blue 99

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

Shades of Fern #64B463

Tints of Fern #64B463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.49%

 BLUE value IS 99 (39.06% from 255) = 26.12%

R = 26.39%
G = 47.49%
B = 26.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#64B463 (or 0x64B463) is known color: Fern. HEX triplet: 64, B4 and 63. RGB value is (100,180,99). Sum of RGB (Red+Green+Blue) = 100+180+99=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #64B463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B463 is #9B4B9C. Grayscale: #939393. Windows color (decimal): -10177437 or 6534244. OLE color: 6534244.

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

Color convert

RGB 100 180 99 -
CMYK 0.44 0 0.45 0.29
HSL 119.26º 0.35% 0.55% -
HSV(B) 119.26º 0.45% 0.71% -
XYZ 23.83 36.25 17.55 -
YUV 146.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 100 180 99 0.44 0 0.45 0.29 119.26 0.35 0.55
Hex 64 B4 63 2C 0 2D 1D 77 23 37
Octal 144 264 143 54 0 55 35 167 43 67
Binary 1100100 10110100 1100011 101100 0 101101 11101 1110111 100011 110111

Color Harmonies of #64B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B463

Black with #64B463

Text Example


Text Example

White with #64B463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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