#51603C

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

Shades of Lunar Green #51603C

Tints of Lunar Green #51603C

Color information

#51603C (or 0x51603C) is unknown color: approx Lunar Green. HEX triplet: 51, 60 and 3C. RGB value is (81,96,60). Sum of RGB (Red+Green+Blue) = 81+96+60=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #51603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51603C is #AE9FC3. Grayscale: #575757. Windows color (decimal): -11444164 or 3956817. OLE color: 3956817.

HSL color Cylindrical-coordinate representation of color #51603C: hue angle of 85º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51603C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB819660-
CMYK0.1600.380.62
HSL85º23.08%30.59%-
HSV(B)85º37.5%37.65%-
XYZ8.3910.445.85-
YUV87.41112.53123.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=34.18%
G=40.51%
B=25.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196600.1600.380.628523.0830.59
Hex51603C100263E55171f
Octal1211407420046761252737
Binary1010001110000011110010000010011011111010101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51603C; }

 p { color: rgb(81,96,60); }

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

<style>
 a { background-color: #51603C; }

 a { background-color: rgb(81,96,60); }

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

<style>
 span { border-color: #51603C; }

 span { border-color: rgb(81,96,60); }

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