Html Css Color HEX #497015 Green Leaf

📋 copy color: '#497015'

red 73 ◦ green 112 ◦ blue 21

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

Shades of Green Leaf #497015

Tints of Green Leaf #497015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 35.44%
G = 54.37%
B = 10.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#497015 (or 0x497015) is known color: Green Leaf. HEX triplet: 49, 70 and 15. RGB value is (73,112,21). Sum of RGB (Red+Green+Blue) = 73+112+21=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #497015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497015 is #B68FEA. Grayscale: #5A5A5A. Windows color (decimal): -11964395 or 1405001. OLE color: 1405001.

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

Color convert

RGB 73 112 21 -
CMYK 0.35 0 0.81 0.56
HSL 85.71º 0.68% 0.26% -
HSV(B) 85.71º 0.81% 0.44% -
XYZ 8.68 13.06 2.77 -
YUV 89.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 73 112 21 0.35 0 0.81 0.56 85.71 0.68 0.26
Hex 49 70 15 23 0 51 38 56 44 1A
Octal 111 160 25 43 0 121 70 126 104 32
Binary 1001001 1110000 10101 100011 0 1010001 111000 1010110 1000100 11010

Color Harmonies of #497015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497015

Black with #497015

Text Example


Text Example

White with #497015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497015; }

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

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

background-color css

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

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

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

border-color css

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

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

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