#51534E

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

Shades of Lunar Green #51534E

Tints of Lunar Green #51534E

Color information

#51534E (or 0x51534E) is unknown color: approx Lunar Green. HEX triplet: 51, 53 and 4E. RGB value is (81,83,78). Sum of RGB (Red+Green+Blue) = 81+83+78=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 83 - color contains mainly: green. Hex color #51534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51534E is #AEACB1. Grayscale: #515151. Windows color (decimal): -11447474 or 5133137. OLE color: 5133137.

HSL color Cylindrical-coordinate representation of color #51534E: hue angle of 84º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #51534E is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB818378-
CMYK0.0200.060.67
HSL84º3.11%31.57%-
HSV(B)84º6.02%32.55%-
XYZ7.868.498.43-
YUV81.83125.84127.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=33.47%
G=34.30%
B=32.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183780.0200.060.67843.1131.57
Hex51534E2064354320
Octal121123116206103124340
Binary1010001101001110011101001101000011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51534E; }

 p { color: rgb(81,83,78); }

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

<style>
 a { background-color: #51534E; }

 a { background-color: rgb(81,83,78); }

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

<style>
 span { border-color: #51534E; }

 span { border-color: rgb(81,83,78); }

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