Html Css Color HEX #497325 Green Leaf

📋 copy color: '#497325'

red 73 ◦ green 115 ◦ blue 37

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

Shades of Green Leaf #497325

Tints of Green Leaf #497325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 32.44%
G = 51.11%
B = 16.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#497325 (or 0x497325) is known color: Green Leaf. HEX triplet: 49, 73 and 25. RGB value is (73,115,37). Sum of RGB (Red+Green+Blue) = 73+115+37=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #497325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497325 is #B68CDA. Grayscale: #5D5D5D. Windows color (decimal): -11963611 or 2454345. OLE color: 2454345.

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

Color convert

RGB 73 115 37 -
CMYK 0.37 0 0.68 0.55
HSL 92.31º 0.51% 0.3% -
HSV(B) 92.31º 0.68% 0.45% -
XYZ 9.21 13.81 3.93 -
YUV 93.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 73 115 37 0.37 0 0.68 0.55 92.31 0.51 0.3
Hex 49 73 25 25 0 44 37 5C 33 1E
Octal 111 163 45 45 0 104 67 134 63 36
Binary 1001001 1110011 100101 100101 0 1000100 110111 1011100 110011 11110

Color Harmonies of #497325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497325

Black with #497325

Text Example


Text Example

White with #497325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497325; }

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

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

background-color css

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

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

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

border-color css

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

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

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