Html Css Color HEX #496320 Green Leaf

📋 copy color: '#496320'

red 73 ◦ green 99 ◦ blue 32

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

Shades of Green Leaf #496320

Tints of Green Leaf #496320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 35.78%
G = 48.53%
B = 15.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#496320 (or 0x496320) is known color: Green Leaf. HEX triplet: 49, 63 and 20. RGB value is (73,99,32). Sum of RGB (Red+Green+Blue) = 73+99+32=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #496320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496320 is #B69CDF. Grayscale: #535353. Windows color (decimal): -11967712 or 2122569. OLE color: 2122569.

HSL color Cylindrical-coordinate representation of color #496320: hue angle of 83.28º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496320 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 32 -
CMYK 0.26 0 0.68 0.61
HSL 83.28º 0.51% 0.26% -
HSV(B) 83.28º 0.68% 0.39% -
XYZ 7.47 10.44 2.99 -
YUV 83.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 73 99 32 0.26 0 0.68 0.61 83.28 0.51 0.26
Hex 49 63 20 1A 0 44 3D 53 33 1A
Octal 111 143 40 32 0 104 75 123 63 32
Binary 1001001 1100011 100000 11010 0 1000100 111101 1010011 110011 11010

Color Harmonies of #496320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496320

Black with #496320

Text Example


Text Example

White with #496320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496320; }

 p { color: rgb(73,99,32); }

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

background-color css

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

 a { background-color: rgb(73,99,32); }

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

border-color css

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

 span { border-color: rgb(73,99,32); }

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