Html Css Color HEX #497715 Green Leaf

📋 copy color: '#497715'

red 73 ◦ green 119 ◦ blue 21

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

Shades of Green Leaf #497715

Tints of Green Leaf #497715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.87%

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

R = 34.27%
G = 55.87%
B = 9.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#497715 (or 0x497715) is known color: Green Leaf. HEX triplet: 49, 77 and 15. RGB value is (73,119,21). Sum of RGB (Red+Green+Blue) = 73+119+21=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #497715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497715 is #B688EA. Grayscale: #5E5E5E. Windows color (decimal): -11962603 or 1406793. OLE color: 1406793.

HSL color Cylindrical-coordinate representation of color #497715: hue angle of 88.16º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #497715 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 21 -
CMYK 0.39 0 0.82 0.53
HSL 88.16º 0.7% 0.27% -
HSV(B) 88.16º 0.82% 0.47% -
XYZ 9.48 14.66 3.04 -
YUV 94.07 86.76 112.97 -
System Red Green Blue C M Y K H S L
Decimal 73 119 21 0.39 0 0.82 0.53 88.16 0.7 0.27
Hex 49 77 15 27 0 52 35 58 46 1B
Octal 111 167 25 47 0 122 65 130 106 33
Binary 1001001 1110111 10101 100111 0 1010010 110101 1011000 1000110 11011

Color Harmonies of #497715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497715

Black with #497715

Text Example


Text Example

White with #497715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497715; }

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

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

background-color css

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

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

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

border-color css

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

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

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