Html Css Color HEX #496220 Green Leaf

📋 copy color: '#496220'

red 73 ◦ green 98 ◦ blue 32

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

Shades of Green Leaf #496220

Tints of Green Leaf #496220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

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

R = 35.96%
G = 48.28%
B = 15.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#496220 (or 0x496220) is known color: Green Leaf. HEX triplet: 49, 62 and 20. RGB value is (73,98,32). Sum of RGB (Red+Green+Blue) = 73+98+32=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #496220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496220 is #B69DDF. Grayscale: #535353. Windows color (decimal): -11967968 or 2122313. OLE color: 2122313.

HSL color Cylindrical-coordinate representation of color #496220: hue angle of 82.73º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496220 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 32 -
CMYK 0.26 0 0.67 0.62
HSL 82.73º 0.51% 0.25% -
HSV(B) 82.73º 0.67% 0.38% -
XYZ 7.38 10.26 2.96 -
YUV 83 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 73 98 32 0.26 0 0.67 0.62 82.73 0.51 0.25
Hex 49 62 20 1A 0 43 3E 53 33 19
Octal 111 142 40 32 0 103 76 123 63 31
Binary 1001001 1100010 100000 11010 0 1000011 111110 1010011 110011 11001

Color Harmonies of #496220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496220

Black with #496220

Text Example


Text Example

White with #496220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496220; }

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

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

background-color css

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

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

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

border-color css

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

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

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