Html Css Color HEX #496420 Green Leaf

📋 copy color: '#496420'

red 73 ◦ green 100 ◦ blue 32

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

Shades of Green Leaf #496420

Tints of Green Leaf #496420

RGB

 RED value IS 73 (28.91% from 255) = 35.61%

 GREEN value IS 100 (39.45% from 255) = 48.78%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 35.61%
G = 48.78%
B = 15.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#496420 (or 0x496420) is known color: Green Leaf. HEX triplet: 49, 64 and 20. RGB value is (73,100,32). Sum of RGB (Red+Green+Blue) = 73+100+32=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #496420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496420 is #B69BDF. Grayscale: #545454. Windows color (decimal): -11967456 or 2122825. OLE color: 2122825.

HSL color Cylindrical-coordinate representation of color #496420: hue angle of 83.82º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496420 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 32 -
CMYK 0.27 0 0.68 0.61
HSL 83.82º 0.52% 0.26% -
HSV(B) 83.82º 0.68% 0.39% -
XYZ 7.57 10.64 3.02 -
YUV 84.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 73 100 32 0.27 0 0.68 0.61 83.82 0.52 0.26
Hex 49 64 20 1B 0 44 3D 54 34 1A
Octal 111 144 40 33 0 104 75 124 64 32
Binary 1001001 1100100 100000 11011 0 1000100 111101 1010100 110100 11010

Color Harmonies of #496420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496420

Black with #496420

Text Example


Text Example

White with #496420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496420; }

 p { color: rgb(73,100,32); }

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

background-color css

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

 a { background-color: rgb(73,100,32); }

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

border-color css

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

 span { border-color: rgb(73,100,32); }

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