Html Css Color HEX #497A07 Green Leaf

📋 copy color: '#497A07'

red 73 ◦ green 122 ◦ blue 7

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

Shades of Green Leaf #497A07

Tints of Green Leaf #497A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.47%

R = 36.14%
G = 60.4%
B = 3.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#497A07 (or 0x497A07) is known color: Green Leaf. HEX triplet: 49, 7A and 07. RGB value is (73,122,7). Sum of RGB (Red+Green+Blue) = 73+122+7=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #497A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A07 is #B685F8. Grayscale: #5E5E5E. Windows color (decimal): -11961849 or 490057. OLE color: 490057.

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

Color convert

RGB 73 122 7 -
CMYK 0.40 0 0.94 0.52
HSL 85.57º 0.89% 0.25% -
HSV(B) 85.57º 0.94% 0.48% -
XYZ 9.75 15.35 2.65 -
YUV 94.24 78.77 112.85 -
System Red Green Blue C M Y K H S L
Decimal 73 122 7 0.40 0 0.94 0.52 85.57 0.89 0.25
Hex 49 7A 7 28 0 5E 34 56 59 19
Octal 111 172 7 50 0 136 64 126 131 31
Binary 1001001 1111010 111 101000 0 1011110 110100 1010110 1011001 11001

Color Harmonies of #497A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A07

Black with #497A07

Text Example


Text Example

White with #497A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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