Html Css Color HEX #496B11 Green Leaf

📋 copy color: '#496B11'

red 73 ◦ green 107 ◦ blue 17

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

Shades of Green Leaf #496B11

Tints of Green Leaf #496B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 37.06%
G = 54.31%
B = 8.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#496B11 (or 0x496B11) is known color: Green Leaf. HEX triplet: 49, 6B and 11. RGB value is (73,107,17). Sum of RGB (Red+Green+Blue) = 73+107+17=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #496B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B11 is #B694EE. Grayscale: #565656. Windows color (decimal): -11965679 or 1141577. OLE color: 1141577.

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

Color convert

RGB 73 107 17 -
CMYK 0.32 0 0.84 0.58
HSL 82.67º 0.73% 0.24% -
HSV(B) 82.67º 0.84% 0.42% -
XYZ 8.11 11.97 2.41 -
YUV 86.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 73 107 17 0.32 0 0.84 0.58 82.67 0.73 0.24
Hex 49 6B 11 20 0 54 3A 53 49 18
Octal 111 153 21 40 0 124 72 123 111 30
Binary 1001001 1101011 10001 100000 0 1010100 111010 1010011 1001001 11000

Color Harmonies of #496B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B11

Black with #496B11

Text Example


Text Example

White with #496B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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