Html Css Color HEX #497321 Green Leaf

📋 copy color: '#497321'

red 73 ◦ green 115 ◦ blue 33

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

Shades of Green Leaf #497321

Tints of Green Leaf #497321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.04%

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

R = 33.03%
G = 52.04%
B = 14.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#497321 (or 0x497321) is known color: Green Leaf. HEX triplet: 49, 73 and 21. RGB value is (73,115,33). Sum of RGB (Red+Green+Blue) = 73+115+33=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #497321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497321 is #B68CDE. Grayscale: #5D5D5D. Windows color (decimal): -11963615 or 2192201. OLE color: 2192201.

HSL color Cylindrical-coordinate representation of color #497321: hue angle of 90.73º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497321 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 33 -
CMYK 0.37 0 0.71 0.55
HSL 90.73º 0.55% 0.29% -
HSV(B) 90.73º 0.71% 0.45% -
XYZ 9.15 13.79 3.62 -
YUV 93.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 73 115 33 0.37 0 0.71 0.55 90.73 0.55 0.29
Hex 49 73 21 25 0 47 37 5B 37 1D
Octal 111 163 41 45 0 107 67 133 67 35
Binary 1001001 1110011 100001 100101 0 1000111 110111 1011011 110111 11101

Color Harmonies of #497321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497321

Black with #497321

Text Example


Text Example

White with #497321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497321; }

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

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

background-color css

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

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

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

border-color css

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

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

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