Html Css Color HEX #496B12 Green Leaf

📋 copy color: '#496B12'

red 73 ◦ green 107 ◦ blue 18

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

Shades of Green Leaf #496B12

Tints of Green Leaf #496B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.04%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 36.87%
G = 54.04%
B = 9.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#496B12 (or 0x496B12) is known color: Green Leaf. HEX triplet: 49, 6B and 12. RGB value is (73,107,18). Sum of RGB (Red+Green+Blue) = 73+107+18=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #496B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B12 is #B694ED. Grayscale: #575757. Windows color (decimal): -11965678 or 1207113. OLE color: 1207113.

HSL color Cylindrical-coordinate representation of color #496B12: hue angle of 82.92º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #496B12 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 18 -
CMYK 0.32 0 0.83 0.58
HSL 82.92º 0.71% 0.25% -
HSV(B) 82.92º 0.83% 0.42% -
XYZ 8.11 11.98 2.46 -
YUV 86.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 73 107 18 0.32 0 0.83 0.58 82.92 0.71 0.25
Hex 49 6B 12 20 0 53 3A 53 47 19
Octal 111 153 22 40 0 123 72 123 107 31
Binary 1001001 1101011 10010 100000 0 1010011 111010 1010011 1000111 11001

Color Harmonies of #496B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B12

Black with #496B12

Text Example


Text Example

White with #496B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B12; }

 p { color: rgb(73,107,18); }

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

background-color css

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

 a { background-color: rgb(73,107,18); }

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

border-color css

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

 span { border-color: rgb(73,107,18); }

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