Html Css Color HEX #496C14 Green Leaf

📋 copy color: '#496C14'

red 73 ◦ green 108 ◦ blue 20

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

Shades of Green Leaf #496C14

Tints of Green Leaf #496C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 36.32%
G = 53.73%
B = 9.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#496C14 (or 0x496C14) is known color: Green Leaf. HEX triplet: 49, 6C and 14. RGB value is (73,108,20). Sum of RGB (Red+Green+Blue) = 73+108+20=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #496C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496C14 is #B693EB. Grayscale: #575757. Windows color (decimal): -11965420 or 1338441. OLE color: 1338441.

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

Color convert

RGB 73 108 20 -
CMYK 0.32 0 0.81 0.58
HSL 83.86º 0.69% 0.25% -
HSV(B) 83.86º 0.81% 0.42% -
XYZ 8.24 12.19 2.58 -
YUV 87.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 73 108 20 0.32 0 0.81 0.58 83.86 0.69 0.25
Hex 49 6C 14 20 0 51 3A 54 45 19
Octal 111 154 24 40 0 121 72 124 105 31
Binary 1001001 1101100 10100 100000 0 1010001 111010 1010100 1000101 11001

Color Harmonies of #496C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C14

Black with #496C14

Text Example


Text Example

White with #496C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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