Html Css Color HEX #496816 Green Leaf

📋 copy color: '#496816'

red 73 ◦ green 104 ◦ blue 22

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

Shades of Green Leaf #496816

Tints of Green Leaf #496816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.26%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 36.68%
G = 52.26%
B = 11.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#496816 (or 0x496816) is known color: Green Leaf. HEX triplet: 49, 68 and 16. RGB value is (73,104,22). Sum of RGB (Red+Green+Blue) = 73+104+22=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #496816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496816 is #B697E9. Grayscale: #555555. Windows color (decimal): -11966442 or 1468489. OLE color: 1468489.

HSL color Cylindrical-coordinate representation of color #496816: hue angle of 82.68º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #496816 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 22 -
CMYK 0.30 0 0.79 0.59
HSL 82.68º 0.65% 0.25% -
HSV(B) 82.68º 0.79% 0.41% -
XYZ 7.84 11.38 2.54 -
YUV 85.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 73 104 22 0.30 0 0.79 0.59 82.68 0.65 0.25
Hex 49 68 16 1E 0 4F 3B 53 41 19
Octal 111 150 26 36 0 117 73 123 101 31
Binary 1001001 1101000 10110 11110 0 1001111 111011 1010011 1000001 11001

Color Harmonies of #496816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496816

Black with #496816

Text Example


Text Example

White with #496816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496816; }

 p { color: rgb(73,104,22); }

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

background-color css

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

 a { background-color: rgb(73,104,22); }

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

border-color css

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

 span { border-color: rgb(73,104,22); }

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