Html Css Color HEX #496A1D Green Leaf

📋 copy color: '#496A1D'

red 73 ◦ green 106 ◦ blue 29

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

Shades of Green Leaf #496A1D

Tints of Green Leaf #496A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.96%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 35.1%
G = 50.96%
B = 13.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#496A1D (or 0x496A1D) is known color: Green Leaf. HEX triplet: 49, 6A and 1D. RGB value is (73,106,29). Sum of RGB (Red+Green+Blue) = 73+106+29=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #496A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A1D is #B695E2. Grayscale: #575757. Windows color (decimal): -11965923 or 1927753. OLE color: 1927753.

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

Color convert

RGB 73 106 29 -
CMYK 0.31 0 0.73 0.58
HSL 85.71º 0.57% 0.26% -
HSV(B) 85.71º 0.73% 0.42% -
XYZ 8.12 11.81 3.01 -
YUV 87.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 73 106 29 0.31 0 0.73 0.58 85.71 0.57 0.26
Hex 49 6A 1D 1F 0 49 3A 56 39 1A
Octal 111 152 35 37 0 111 72 126 71 32
Binary 1001001 1101010 11101 11111 0 1001001 111010 1010110 111001 11010

Color Harmonies of #496A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A1D

Black with #496A1D

Text Example


Text Example

White with #496A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,29); }

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

background-color css

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

 a { background-color: rgb(73,106,29); }

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

border-color css

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

 span { border-color: rgb(73,106,29); }

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