#497A08

Color #497A08 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #497A08

Tints of Green Leaf #497A08

Color information

#497A08 (or 0x497A08) is unknown color: approx Green Leaf. HEX triplet: 49, 7A and 08. RGB value is (73,122,8). Sum of RGB (Red+Green+Blue) = 73+122+8=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #497A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A08 is #B685F7. Grayscale: #5E5E5E. Windows color (decimal): -11961848 or 555593. OLE color: 555593.

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

Color convert

RGB731228-
CMYK0.4000.930.52
HSL85.79º87.69%25.49%-
HSV(B)85.79º93.44%47.84%-
XYZ9.7515.352.68-
YUV94.3579.27112.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 122 (48.05% from 255) = 60.10%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=35.96%
G=60.10%
B=3.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7312280.4000.930.5285.7987.6925.49
Hex497A82805D34565819
Octal111172105001356412613031
Binary100100111110101000101000010111011101001010110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #497A08;
 }
 .AnyTagClassName
 {
   color: #497A08;
 }
</style>
background-color css

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

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

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

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

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

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