Html Css Color HEX #497019 Green Leaf

📋 copy color: '#497019'

red 73 ◦ green 112 ◦ blue 25

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

Shades of Green Leaf #497019

Tints of Green Leaf #497019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.33%

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 34.76%
G = 53.33%
B = 11.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#497019 (or 0x497019) is known color: Green Leaf. HEX triplet: 49, 70 and 19. RGB value is (73,112,25). Sum of RGB (Red+Green+Blue) = 73+112+25=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #497019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497019 is #B68FE6. Grayscale: #5A5A5A. Windows color (decimal): -11964391 or 1667145. OLE color: 1667145.

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

Color convert

RGB 73 112 25 -
CMYK 0.35 0 0.78 0.56
HSL 86.9º 0.64% 0.27% -
HSV(B) 86.9º 0.78% 0.44% -
XYZ 8.72 13.08 2.98 -
YUV 90.42 91.08 115.57 -
System Red Green Blue C M Y K H S L
Decimal 73 112 25 0.35 0 0.78 0.56 86.9 0.64 0.27
Hex 49 70 19 23 0 4E 38 57 40 1B
Octal 111 160 31 43 0 116 70 127 100 33
Binary 1001001 1110000 11001 100011 0 1001110 111000 1010111 1000000 11011

Color Harmonies of #497019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497019

Black with #497019

Text Example


Text Example

White with #497019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497019; }

 p { color: rgb(73,112,25); }

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

background-color css

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

 a { background-color: rgb(73,112,25); }

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

border-color css

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

 span { border-color: rgb(73,112,25); }

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