Html Css Color HEX #496F0D Green Leaf

📋 copy color: '#496F0D'

red 73 ◦ green 111 ◦ blue 13

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

Shades of Green Leaf #496F0D

Tints of Green Leaf #496F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 37.06%
G = 56.35%
B = 6.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#496F0D (or 0x496F0D) is known color: Green Leaf. HEX triplet: 49, 6F and 0D. RGB value is (73,111,13). Sum of RGB (Red+Green+Blue) = 73+111+13=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #496F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F0D is #B690F2. Grayscale: #585858. Windows color (decimal): -11964659 or 880457. OLE color: 880457.

HSL color Cylindrical-coordinate representation of color #496F0D: hue angle of 83.27º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #496F0D is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 13 -
CMYK 0.34 0 0.88 0.56
HSL 83.27º 0.79% 0.24% -
HSV(B) 83.27º 0.88% 0.44% -
XYZ 8.5 12.81 2.41 -
YUV 88.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 73 111 13 0.34 0 0.88 0.56 83.27 0.79 0.24
Hex 49 6F D 22 0 58 38 53 4F 18
Octal 111 157 15 42 0 130 70 123 117 30
Binary 1001001 1101111 1101 100010 0 1011000 111000 1010011 1001111 11000

Color Harmonies of #496F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F0D

Black with #496F0D

Text Example


Text Example

White with #496F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,111,13); }

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

background-color css

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

 a { background-color: rgb(73,111,13); }

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

border-color css

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

 span { border-color: rgb(73,111,13); }

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