#56603A

Color #56603A Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #56603A

Tints of Lunar Green #56603A

Color information

#56603A (or 0x56603A) is unknown color: approx Lunar Green. HEX triplet: 56, 60 and 3A. RGB value is (86,96,58). Sum of RGB (Red+Green+Blue) = 86+96+58=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #56603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56603A is #A99FC5. Grayscale: #585858. Windows color (decimal): -11116486 or 3825750. OLE color: 3825750.

HSL color Cylindrical-coordinate representation of color #56603A: hue angle of 75.79º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56603A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB869658-
CMYK0.1000.400.62
HSL75.79º24.68%30.2%-
HSV(B)75.79º39.58%37.65%-
XYZ8.7810.655.6-
YUV88.68110.69126.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=35.83%
G=40%
B=24.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696580.1000.400.6275.7924.6830.2
Hex56603AA0283E4c191e
Octal1261407212050761143136
Binary101011011000001110101010010100011111010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56603A; }

 p { color: rgb(86,96,58); }

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

<style>
 a { background-color: #56603A; }

 a { background-color: rgb(86,96,58); }

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

<style>
 span { border-color: #56603A; }

 span { border-color: rgb(86,96,58); }

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