Html Css Color HEX #497124 Green Leaf

📋 copy color: '#497124'

red 73 ◦ green 113 ◦ blue 36

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

Shades of Green Leaf #497124

Tints of Green Leaf #497124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.9%

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 32.88%
G = 50.9%
B = 16.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#497124 (or 0x497124) is known color: Green Leaf. HEX triplet: 49, 71 and 24. RGB value is (73,113,36). Sum of RGB (Red+Green+Blue) = 73+113+36=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #497124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497124 is #B68EDB. Grayscale: #5C5C5C. Windows color (decimal): -11964124 or 2388297. OLE color: 2388297.

HSL color Cylindrical-coordinate representation of color #497124: hue angle of 91.17º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497124 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 36 -
CMYK 0.35 0 0.68 0.56
HSL 91.17º 0.52% 0.29% -
HSV(B) 91.17º 0.68% 0.44% -
XYZ 8.97 13.35 3.77 -
YUV 92.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 73 113 36 0.35 0 0.68 0.56 91.17 0.52 0.29
Hex 49 71 24 23 0 44 38 5B 34 1D
Octal 111 161 44 43 0 104 70 133 64 35
Binary 1001001 1110001 100100 100011 0 1000100 111000 1011011 110100 11101

Color Harmonies of #497124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497124

Black with #497124

Text Example


Text Example

White with #497124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497124; }

 p { color: rgb(73,113,36); }

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

background-color css

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

 a { background-color: rgb(73,113,36); }

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

border-color css

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

 span { border-color: rgb(73,113,36); }

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