Html Css Color HEX #497521 Green Leaf

📋 copy color: '#497521'

red 73 ◦ green 117 ◦ blue 33

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

Shades of Green Leaf #497521

Tints of Green Leaf #497521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

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

R = 32.74%
G = 52.47%
B = 14.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#497521 (or 0x497521) is known color: Green Leaf. HEX triplet: 49, 75 and 21. RGB value is (73,117,33). Sum of RGB (Red+Green+Blue) = 73+117+33=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #497521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497521 is #B68ADE. Grayscale: #5E5E5E. Windows color (decimal): -11963103 or 2192713. OLE color: 2192713.

HSL color Cylindrical-coordinate representation of color #497521: hue angle of 91.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #497521 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 33 -
CMYK 0.38 0 0.72 0.54
HSL 91.43º 0.56% 0.29% -
HSV(B) 91.43º 0.72% 0.46% -
XYZ 9.38 14.25 3.69 -
YUV 94.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 73 117 33 0.38 0 0.72 0.54 91.43 0.56 0.29
Hex 49 75 21 26 0 48 36 5B 38 1D
Octal 111 165 41 46 0 110 66 133 70 35
Binary 1001001 1110101 100001 100110 0 1001000 110110 1011011 111000 11101

Color Harmonies of #497521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497521

Black with #497521

Text Example


Text Example

White with #497521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497521; }

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

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

background-color css

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

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

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

border-color css

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

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

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