#51583F

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

Shades of Lunar Green #51583F

Tints of Lunar Green #51583F

Color information

#51583F (or 0x51583F) is unknown color: approx Lunar Green. HEX triplet: 51, 58 and 3F. RGB value is (81,88,63). Sum of RGB (Red+Green+Blue) = 81+88+63=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #51583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51583F is #AEA7C0. Grayscale: #535353. Windows color (decimal): -11446209 or 4151377. OLE color: 4151377.

HSL color Cylindrical-coordinate representation of color #51583F: hue angle of 76.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51583F is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB818863-
CMYK0.0800.280.65
HSL76.8º16.56%29.61%-
HSV(B)76.8º28.41%34.51%-
XYZ7.789.096.05-
YUV83.06116.68126.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 63 (25% from 255) = 27.16%
R=34.91%
G=37.93%
B=27.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188630.0800.280.6576.816.5629.61
Hex51583F801C414d111e
Octal12113077100341011152136
Binary101000110110001111111000011100100000110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51583F; }

 p { color: rgb(81,88,63); }

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

<style>
 a { background-color: #51583F; }

 a { background-color: rgb(81,88,63); }

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

<style>
 span { border-color: #51583F; }

 span { border-color: rgb(81,88,63); }

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