Html Css Color HEX #497C00 Green Leaf

📋 copy color: '#497C00'

red 73 ◦ green 124 ◦ blue 0

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

Shades of Green Leaf #497C00

Tints of Green Leaf #497C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.06%
G = 62.94%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#497C00 (or 0x497C00) is known color: Green Leaf. HEX triplet: 49, 7C and 00. RGB value is (73,124,0). Sum of RGB (Red+Green+Blue) = 73+124+0=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #497C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C00 is #B683FF. Grayscale: #5F5F5F. Windows color (decimal): -11961344 or 31817. OLE color: 31817.

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

Color convert

RGB 73 124 0 -
CMYK 0.41 0 1 0.51
HSL 84.68º 1% 0.24% -
HSV(B) 84.68º 1% 0.49% -
XYZ 9.96 15.83 2.53 -
YUV 94.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 73 124 0 0.41 0 1 0.51 84.68 1 0.24
Hex 49 7C 0 29 0 64 33 55 64 18
Octal 111 174 0 51 0 144 63 125 144 30
Binary 1001001 1111100 0 101001 0 1100100 110011 1010101 1100100 11000

Color Harmonies of #497C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C00

Black with #497C00

Text Example


Text Example

White with #497C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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