Html Css Color HEX #497814 Green Leaf

📋 copy color: '#497814'

red 73 ◦ green 120 ◦ blue 20

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

Shades of Green Leaf #497814

Tints of Green Leaf #497814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.34%

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

R = 34.27%
G = 56.34%
B = 9.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#497814 (or 0x497814) is known color: Green Leaf. HEX triplet: 49, 78 and 14. RGB value is (73,120,20). Sum of RGB (Red+Green+Blue) = 73+120+20=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #497814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497814 is #B687EB. Grayscale: #5E5E5E. Windows color (decimal): -11962348 or 1341513. OLE color: 1341513.

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

Color convert

RGB 73 120 20 -
CMYK 0.39 0 0.83 0.53
HSL 88.2º 0.71% 0.27% -
HSV(B) 88.2º 0.83% 0.47% -
XYZ 9.59 14.9 3.03 -
YUV 94.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 73 120 20 0.39 0 0.83 0.53 88.2 0.71 0.27
Hex 49 78 14 27 0 53 35 58 47 1B
Octal 111 170 24 47 0 123 65 130 107 33
Binary 1001001 1111000 10100 100111 0 1010011 110101 1011000 1000111 11011

Color Harmonies of #497814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497814

Black with #497814

Text Example


Text Example

White with #497814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497814; }

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

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

background-color css

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

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

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

border-color css

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

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

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