Html Css Color HEX #496C11 Green Leaf

📋 copy color: '#496C11'

red 73 ◦ green 108 ◦ blue 17

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

Shades of Green Leaf #496C11

Tints of Green Leaf #496C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.55%

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

R = 36.87%
G = 54.55%
B = 8.59%

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

#496C11 (or 0x496C11) is known color: Green Leaf. HEX triplet: 49, 6C and 11. RGB value is (73,108,17). Sum of RGB (Red+Green+Blue) = 73+108+17=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #496C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496C11 is #B693EE. Grayscale: #575757. Windows color (decimal): -11965423 or 1141833. OLE color: 1141833.

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

Color convert

RGB 73 108 17 -
CMYK 0.32 0 0.84 0.58
HSL 83.08º 0.73% 0.25% -
HSV(B) 83.08º 0.84% 0.42% -
XYZ 8.21 12.18 2.45 -
YUV 87.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 73 108 17 0.32 0 0.84 0.58 83.08 0.73 0.25
Hex 49 6C 11 20 0 54 3A 53 49 19
Octal 111 154 21 40 0 124 72 123 111 31
Binary 1001001 1101100 10001 100000 0 1010100 111010 1010011 1001001 11001

Color Harmonies of #496C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C11

Black with #496C11

Text Example


Text Example

White with #496C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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