#51554A

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

Shades of Lunar Green #51554A

Tints of Lunar Green #51554A

Color information

#51554A (or 0x51554A) is unknown color: approx Lunar Green. HEX triplet: 51, 55 and 4A. RGB value is (81,85,74). Sum of RGB (Red+Green+Blue) = 81+85+74=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #51554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51554A is #AEAAB5. Grayscale: #525252. Windows color (decimal): -11446966 or 4871505. OLE color: 4871505.

HSL color Cylindrical-coordinate representation of color #51554A: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #51554A is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB818574-
CMYK0.0500.130.67
HSL81.82º6.92%31.18%-
HSV(B)81.82º12.94%33.33%-
XYZ7.888.747.75-
YUV82.55123.17126.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=33.75%
G=35.42%
B=30.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185740.0500.130.6781.826.9231.18
Hex51554A50D435271f
Octal1211251125015103122737
Binary101000110101011001010101011011000011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,85,74); }

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

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

 a { background-color: rgb(81,85,74); }

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

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

 span { border-color: rgb(81,85,74); }

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