Html Css Color HEX #497914 Green Leaf

📋 copy color: '#497914'

red 73 ◦ green 121 ◦ blue 20

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

Shades of Green Leaf #497914

Tints of Green Leaf #497914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.54%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 34.11%
G = 56.54%
B = 9.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#497914 (or 0x497914) is known color: Green Leaf. HEX triplet: 49, 79 and 14. RGB value is (73,121,20). Sum of RGB (Red+Green+Blue) = 73+121+20=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #497914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497914 is #B686EB. Grayscale: #5F5F5F. Windows color (decimal): -11962092 or 1341769. OLE color: 1341769.

HSL color Cylindrical-coordinate representation of color #497914: hue angle of 88.51º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #497914 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 20 -
CMYK 0.40 0 0.83 0.53
HSL 88.51º 0.72% 0.28% -
HSV(B) 88.51º 0.83% 0.47% -
XYZ 9.71 15.14 3.07 -
YUV 95.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 73 121 20 0.40 0 0.83 0.53 88.51 0.72 0.28
Hex 49 79 14 28 0 53 35 59 48 1C
Octal 111 171 24 50 0 123 65 131 110 34
Binary 1001001 1111001 10100 101000 0 1010011 110101 1011001 1001000 11100

Color Harmonies of #497914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497914

Black with #497914

Text Example


Text Example

White with #497914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497914; }

 p { color: rgb(73,121,20); }

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

background-color css

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

 a { background-color: rgb(73,121,20); }

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

border-color css

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

 span { border-color: rgb(73,121,20); }

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