Html Css Color HEX #497018 Green Leaf

📋 copy color: '#497018'

red 73 ◦ green 112 ◦ blue 24

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

Shades of Green Leaf #497018

Tints of Green Leaf #497018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 34.93%
G = 53.59%
B = 11.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#497018 (or 0x497018) is known color: Green Leaf. HEX triplet: 49, 70 and 18. RGB value is (73,112,24). Sum of RGB (Red+Green+Blue) = 73+112+24=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #497018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497018 is #B68FE7. Grayscale: #5A5A5A. Windows color (decimal): -11964392 or 1601609. OLE color: 1601609.

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

Color convert

RGB 73 112 24 -
CMYK 0.35 0 0.79 0.56
HSL 86.59º 0.65% 0.27% -
HSV(B) 86.59º 0.79% 0.44% -
XYZ 8.71 13.07 2.93 -
YUV 90.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 73 112 24 0.35 0 0.79 0.56 86.59 0.65 0.27
Hex 49 70 18 23 0 4F 38 57 41 1B
Octal 111 160 30 43 0 117 70 127 101 33
Binary 1001001 1110000 11000 100011 0 1001111 111000 1010111 1000001 11011

Color Harmonies of #497018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497018

Black with #497018

Text Example


Text Example

White with #497018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497018; }

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

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

background-color css

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

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

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

border-color css

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

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

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