Html Css Color HEX #497C08 Green Leaf

📋 copy color: '#497C08'

red 73 ◦ green 124 ◦ blue 8

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

Shades of Green Leaf #497C08

Tints of Green Leaf #497C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.49%

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

R = 35.61%
G = 60.49%
B = 3.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#497C08 (or 0x497C08) is known color: Green Leaf. HEX triplet: 49, 7C and 08. RGB value is (73,124,8). Sum of RGB (Red+Green+Blue) = 73+124+8=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #497C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C08 is #B683F7. Grayscale: #5F5F5F. Windows color (decimal): -11961336 or 556105. OLE color: 556105.

HSL color Cylindrical-coordinate representation of color #497C08: hue angle of 86.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #497C08 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 124 8 -
CMYK 0.41 0 0.94 0.51
HSL 86.38º 0.88% 0.26% -
HSV(B) 86.38º 0.94% 0.49% -
XYZ 10 15.85 2.76 -
YUV 95.53 78.6 111.93 -
System Red Green Blue C M Y K H S L
Decimal 73 124 8 0.41 0 0.94 0.51 86.38 0.88 0.26
Hex 49 7C 8 29 0 5E 33 56 58 1A
Octal 111 174 10 51 0 136 63 126 130 32
Binary 1001001 1111100 1000 101001 0 1011110 110011 1010110 1011000 11010

Color Harmonies of #497C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C08

Black with #497C08

Text Example


Text Example

White with #497C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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