#497C06

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

Shades of Green Leaf #497C06

Tints of Green Leaf #497C06

Color information

#497C06 (or 0x497C06) is unknown color: approx Green Leaf. HEX triplet: 49, 7C and 06. RGB value is (73,124,6). Sum of RGB (Red+Green+Blue) = 73+124+6=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #497C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C06 is #B683F9. Grayscale: #5F5F5F. Windows color (decimal): -11961338 or 425033. OLE color: 425033.

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

Color convert

RGB731246-
CMYK0.4100.950.51
HSL85.93º90.77%25.49%-
HSV(B)85.93º95.16%48.63%-
XYZ9.9915.842.7-
YUV95.377.6112.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 124 (48.83% from 255) = 61.08%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=35.96%
G=61.08%
B=2.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7312460.4100.950.5185.9390.7725.49
Hex497C62905F33565b19
Octal11117465101376312613331
Binary10010011111100110101001010111111100111010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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