Html Css Color HEX #497A00 Green Leaf

📋 copy color: '#497A00'

red 73 ◦ green 122 ◦ blue 0

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

Shades of Green Leaf #497A00

Tints of Green Leaf #497A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 62.56%

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

R = 37.44%
G = 62.56%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#497A00 (or 0x497A00) is known color: Green Leaf. HEX triplet: 49, 7A and 00. RGB value is (73,122,0). Sum of RGB (Red+Green+Blue) = 73+122+0=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #497A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A00 is #B685FF. Grayscale: #5D5D5D. Windows color (decimal): -11961856 or 31305. OLE color: 31305.

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

Color convert

RGB 73 122 0 -
CMYK 0.40 0 1 0.52
HSL 84.1º 1% 0.24% -
HSV(B) 84.1º 1% 0.48% -
XYZ 9.71 15.34 2.45 -
YUV 93.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 73 122 0 0.40 0 1 0.52 84.1 1 0.24
Hex 49 7A 0 28 0 64 34 54 64 18
Octal 111 172 0 50 0 144 64 124 144 30
Binary 1001001 1111010 0 101000 0 1100100 110100 1010100 1100100 11000

Color Harmonies of #497A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A00

Black with #497A00

Text Example


Text Example

White with #497A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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