Html Css Color HEX #497415 Green Leaf

📋 copy color: '#497415'

red 73 ◦ green 116 ◦ blue 21

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

Shades of Green Leaf #497415

Tints of Green Leaf #497415

RGB

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

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

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

R = 34.76%
G = 55.24%
B = 10%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#497415 (or 0x497415) is known color: Green Leaf. HEX triplet: 49, 74 and 15. RGB value is (73,116,21). Sum of RGB (Red+Green+Blue) = 73+116+21=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #497415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497415 is #B68BEA. Grayscale: #5C5C5C. Windows color (decimal): -11963371 or 1406025. OLE color: 1406025.

HSL color Cylindrical-coordinate representation of color #497415: hue angle of 87.16º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #497415 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 21 -
CMYK 0.37 0 0.82 0.55
HSL 87.16º 0.69% 0.27% -
HSV(B) 87.16º 0.82% 0.45% -
XYZ 9.13 13.96 2.92 -
YUV 92.31 87.75 114.22 -
System Red Green Blue C M Y K H S L
Decimal 73 116 21 0.37 0 0.82 0.55 87.16 0.69 0.27
Hex 49 74 15 25 0 52 37 57 45 1B
Octal 111 164 25 45 0 122 67 127 105 33
Binary 1001001 1110100 10101 100101 0 1010010 110111 1010111 1000101 11011

Color Harmonies of #497415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497415

Black with #497415

Text Example


Text Example

White with #497415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497415; }

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

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

background-color css

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

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

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

border-color css

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

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

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