#555A4A

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

Shades of Lunar Green #555A4A

Tints of Lunar Green #555A4A

Color information

#555A4A (or 0x555A4A) is unknown color: approx Lunar Green. HEX triplet: 55, 5A and 4A. RGB value is (85,90,74). Sum of RGB (Red+Green+Blue) = 85+90+74=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #555A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A4A is #AAA5B5. Grayscale: #565656. Windows color (decimal): -11183542 or 4872789. OLE color: 4872789.

HSL color Cylindrical-coordinate representation of color #555A4A: hue angle of 78.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555A4A is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB859074-
CMYK0.0600.180.65
HSL78.75º9.76%32.16%-
HSV(B)78.75º17.78%35.29%-
XYZ8.649.747.9-
YUV86.68120.84126.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=34.14%
G=36.14%
B=29.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590740.0600.180.6578.759.7632.16
Hex555A4A6012414fa20
Octal12513211260221011171240
Binary101010110110101001010110010010100000110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A4A; }

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

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

<style>
 a { background-color: #555A4A; }

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

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

<style>
 span { border-color: #555A4A; }

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

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