Html Css Color HEX #496521 Green Leaf

📋 copy color: '#496521'

red 73 ◦ green 101 ◦ blue 33

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

Shades of Green Leaf #496521

Tints of Green Leaf #496521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.79%

 BLUE value IS 33 (13.28% from 255) = 15.94%

R = 35.27%
G = 48.79%
B = 15.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#496521 (or 0x496521) is known color: Green Leaf. HEX triplet: 49, 65 and 21. RGB value is (73,101,33). Sum of RGB (Red+Green+Blue) = 73+101+33=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #496521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496521 is #B69ADE. Grayscale: #555555. Windows color (decimal): -11967199 or 2188617. OLE color: 2188617.

HSL color Cylindrical-coordinate representation of color #496521: hue angle of 84.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496521 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 101 33 -
CMYK 0.28 0 0.67 0.60
HSL 84.71º 0.51% 0.26% -
HSV(B) 84.71º 0.67% 0.4% -
XYZ 7.68 10.83 3.13 -
YUV 84.88 98.72 119.53 -
System Red Green Blue C M Y K H S L
Decimal 73 101 33 0.28 0 0.67 0.60 84.71 0.51 0.26
Hex 49 65 21 1C 0 43 3C 55 33 1A
Octal 111 145 41 34 0 103 74 125 63 32
Binary 1001001 1100101 100001 11100 0 1000011 111100 1010101 110011 11010

Color Harmonies of #496521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496521

Black with #496521

Text Example


Text Example

White with #496521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496521; }

 p { color: rgb(73,101,33); }

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

background-color css

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

 a { background-color: rgb(73,101,33); }

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

border-color css

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

 span { border-color: rgb(73,101,33); }

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