Html Css Color HEX #497525 Green Leaf

📋 copy color: '#497525'

red 73 ◦ green 117 ◦ blue 37

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

Shades of Green Leaf #497525

Tints of Green Leaf #497525

RGB

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

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

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

R = 32.16%
G = 51.54%
B = 16.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#497525 (or 0x497525) is known color: Green Leaf. HEX triplet: 49, 75 and 25. RGB value is (73,117,37). Sum of RGB (Red+Green+Blue) = 73+117+37=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #497525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497525 is #B68ADA. Grayscale: #5F5F5F. Windows color (decimal): -11963099 or 2454857. OLE color: 2454857.

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

Color convert

RGB 73 117 37 -
CMYK 0.38 0 0.68 0.54
HSL 93º 0.52% 0.3% -
HSV(B) 93º 0.68% 0.46% -
XYZ 9.44 14.27 4.01 -
YUV 94.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 73 117 37 0.38 0 0.68 0.54 93 0.52 0.3
Hex 49 75 25 26 0 44 36 5D 34 1E
Octal 111 165 45 46 0 104 66 135 64 36
Binary 1001001 1110101 100101 100110 0 1000100 110110 1011101 110100 11110

Color Harmonies of #497525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497525

Black with #497525

Text Example


Text Example

White with #497525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497525; }

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

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

background-color css

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

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

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

border-color css

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

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

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