Html Css Color HEX #496224 Green Leaf

📋 copy color: '#496224'

red 73 ◦ green 98 ◦ blue 36

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

Shades of Green Leaf #496224

Tints of Green Leaf #496224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.39%

R = 35.27%
G = 47.34%
B = 17.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#496224 (or 0x496224) is known color: Green Leaf. HEX triplet: 49, 62 and 24. RGB value is (73,98,36). Sum of RGB (Red+Green+Blue) = 73+98+36=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #496224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496224 is #B69DDB. Grayscale: #535353. Windows color (decimal): -11967964 or 2384457. OLE color: 2384457.

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

Color convert

RGB 73 98 36 -
CMYK 0.26 0 0.63 0.62
HSL 84.19º 0.46% 0.26% -
HSV(B) 84.19º 0.63% 0.38% -
XYZ 7.43 10.28 3.26 -
YUV 83.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 73 98 36 0.26 0 0.63 0.62 84.19 0.46 0.26
Hex 49 62 24 1A 0 3F 3E 54 2E 1A
Octal 111 142 44 32 0 77 76 124 56 32
Binary 1001001 1100010 100100 11010 0 111111 111110 1010100 101110 11010

Color Harmonies of #496224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496224

Black with #496224

Text Example


Text Example

White with #496224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496224; }

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

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

background-color css

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

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

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

border-color css

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

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

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