Html Css Color HEX #497425 Green Leaf

📋 copy color: '#497425'

red 73 ◦ green 116 ◦ blue 37

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

Shades of Green Leaf #497425

Tints of Green Leaf #497425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

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

R = 32.3%
G = 51.33%
B = 16.37%

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

#497425 (or 0x497425) is known color: Green Leaf. HEX triplet: 49, 74 and 25. RGB value is (73,116,37). Sum of RGB (Red+Green+Blue) = 73+116+37=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #497425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497425 is #B68BDA. Grayscale: #5E5E5E. Windows color (decimal): -11963355 or 2454601. OLE color: 2454601.

HSL color Cylindrical-coordinate representation of color #497425: hue angle of 92.66º degrees, saturation: 0.52, 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 #497425 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 37 -
CMYK 0.37 0 0.68 0.55
HSL 92.66º 0.52% 0.3% -
HSV(B) 92.66º 0.68% 0.45% -
XYZ 9.33 14.04 3.97 -
YUV 94.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 73 116 37 0.37 0 0.68 0.55 92.66 0.52 0.3
Hex 49 74 25 25 0 44 37 5D 34 1E
Octal 111 164 45 45 0 104 67 135 64 36
Binary 1001001 1110100 100101 100101 0 1000100 110111 1011101 110100 11110

Color Harmonies of #497425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497425

Black with #497425

Text Example


Text Example

White with #497425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497425; }

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

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

background-color css

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

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

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

border-color css

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

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

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