Html Css Color HEX #496221 Green Leaf

📋 copy color: '#496221'

red 73 ◦ green 98 ◦ blue 33

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

Shades of Green Leaf #496221

Tints of Green Leaf #496221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.18%

R = 35.78%
G = 48.04%
B = 16.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#496221 (or 0x496221) is known color: Green Leaf. HEX triplet: 49, 62 and 21. RGB value is (73,98,33). Sum of RGB (Red+Green+Blue) = 73+98+33=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #496221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496221 is #B69DDE. Grayscale: #535353. Windows color (decimal): -11967967 or 2187849. OLE color: 2187849.

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

Color convert

RGB 73 98 33 -
CMYK 0.26 0 0.66 0.62
HSL 83.08º 0.5% 0.26% -
HSV(B) 83.08º 0.66% 0.38% -
XYZ 7.39 10.26 3.03 -
YUV 83.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 73 98 33 0.26 0 0.66 0.62 83.08 0.5 0.26
Hex 49 62 21 1A 0 42 3E 53 32 1A
Octal 111 142 41 32 0 102 76 123 62 32
Binary 1001001 1100010 100001 11010 0 1000010 111110 1010011 110010 11010

Color Harmonies of #496221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496221

Black with #496221

Text Example


Text Example

White with #496221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496221; }

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

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

background-color css

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

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

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

border-color css

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

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

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