Html Css Color HEX #497A04 Green Leaf

📋 copy color: '#497A04'

red 73 ◦ green 122 ◦ blue 4

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

Shades of Green Leaf #497A04

Tints of Green Leaf #497A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.01%

R = 36.68%
G = 61.31%
B = 2.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#497A04 (or 0x497A04) is known color: Green Leaf. HEX triplet: 49, 7A and 04. RGB value is (73,122,4). Sum of RGB (Red+Green+Blue) = 73+122+4=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #497A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A04 is #B685FB. Grayscale: #5E5E5E. Windows color (decimal): -11961852 or 293449. OLE color: 293449.

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

Color convert

RGB 73 122 4 -
CMYK 0.40 0 0.97 0.52
HSL 84.92º 0.94% 0.25% -
HSV(B) 84.92º 0.97% 0.48% -
XYZ 9.73 15.34 2.56 -
YUV 93.9 77.27 113.09 -
System Red Green Blue C M Y K H S L
Decimal 73 122 4 0.40 0 0.97 0.52 84.92 0.94 0.25
Hex 49 7A 4 28 0 61 34 55 5E 19
Octal 111 172 4 50 0 141 64 125 136 31
Binary 1001001 1111010 100 101000 0 1100001 110100 1010101 1011110 11001

Color Harmonies of #497A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A04

Black with #497A04

Text Example


Text Example

White with #497A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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