Html Css Color HEX #497125 Green Leaf

📋 copy color: '#497125'

red 73 ◦ green 113 ◦ blue 37

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

Shades of Green Leaf #497125

Tints of Green Leaf #497125

RGB

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

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

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

R = 32.74%
G = 50.67%
B = 16.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#497125 (or 0x497125) is known color: Green Leaf. HEX triplet: 49, 71 and 25. RGB value is (73,113,37). Sum of RGB (Red+Green+Blue) = 73+113+37=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #497125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497125 is #B68EDA. Grayscale: #5C5C5C. Windows color (decimal): -11964123 or 2453833. OLE color: 2453833.

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

Color convert

RGB 73 113 37 -
CMYK 0.35 0 0.67 0.56
HSL 91.58º 0.51% 0.29% -
HSV(B) 91.58º 0.67% 0.44% -
XYZ 8.99 13.36 3.86 -
YUV 92.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 73 113 37 0.35 0 0.67 0.56 91.58 0.51 0.29
Hex 49 71 25 23 0 43 38 5C 33 1D
Octal 111 161 45 43 0 103 70 134 63 35
Binary 1001001 1110001 100101 100011 0 1000011 111000 1011100 110011 11101

Color Harmonies of #497125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497125

Black with #497125

Text Example


Text Example

White with #497125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497125; }

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

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

background-color css

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

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

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

border-color css

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

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

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