Html Css Color HEX #496225 Green Leaf

📋 copy color: '#496225'

red 73 ◦ green 98 ◦ blue 37

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

Shades of Green Leaf #496225

Tints of Green Leaf #496225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 35.1%
G = 47.12%
B = 17.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#496225 (or 0x496225) is known color: Green Leaf. HEX triplet: 49, 62 and 25. RGB value is (73,98,37). Sum of RGB (Red+Green+Blue) = 73+98+37=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #496225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496225 is #B69DDA. Grayscale: #535353. Windows color (decimal): -11967963 or 2449993. OLE color: 2449993.

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

Color convert

RGB 73 98 37 -
CMYK 0.26 0 0.62 0.62
HSL 84.59º 0.45% 0.26% -
HSV(B) 84.59º 0.62% 0.38% -
XYZ 7.45 10.29 3.34 -
YUV 83.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 73 98 37 0.26 0 0.62 0.62 84.59 0.45 0.26
Hex 49 62 25 1A 0 3E 3E 55 2D 1A
Octal 111 142 45 32 0 76 76 125 55 32
Binary 1001001 1100010 100101 11010 0 111110 111110 1010101 101101 11010

Color Harmonies of #496225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496225

Black with #496225

Text Example


Text Example

White with #496225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496225; }

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

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

background-color css

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

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

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

border-color css

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

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

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