Html Css Color HEX #497408 Green Leaf

📋 copy color: '#497408'

red 73 ◦ green 116 ◦ blue 8

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

Shades of Green Leaf #497408

Tints of Green Leaf #497408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 37.06%
G = 58.88%
B = 4.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#497408 (or 0x497408) is known color: Green Leaf. HEX triplet: 49, 74 and 08. RGB value is (73,116,8). Sum of RGB (Red+Green+Blue) = 73+116+8=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #497408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497408 is #B68BF7. Grayscale: #5B5B5B. Windows color (decimal): -11963384 or 554057. OLE color: 554057.

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

Color convert

RGB 73 116 8 -
CMYK 0.37 0 0.93 0.55
HSL 83.89º 0.87% 0.24% -
HSV(B) 83.89º 0.93% 0.45% -
XYZ 9.04 13.92 2.44 -
YUV 90.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 73 116 8 0.37 0 0.93 0.55 83.89 0.87 0.24
Hex 49 74 8 25 0 5D 37 54 57 18
Octal 111 164 10 45 0 135 67 124 127 30
Binary 1001001 1110100 1000 100101 0 1011101 110111 1010100 1010111 11000

Color Harmonies of #497408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497408

Black with #497408

Text Example


Text Example

White with #497408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497408; }

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

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

background-color css

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

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

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

border-color css

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

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

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