Html Css Color HEX #555D48 Lunar Green

📋 copy color: '#555D48'

red 85 ◦ green 93 ◦ blue 72

#555D48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #555D48

Tints of Lunar Green #555D48

RGB

 RED value IS 85 (33.59% from 255) = 34%

 GREEN value IS 93 (36.72% from 255) = 37.2%

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 34%
G = 37.2%
B = 28.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#555D48 (or 0x555D48) is known color: Lunar Green. HEX triplet: 55, 5D and 48. RGB value is (85,93,72). Sum of RGB (Red+Green+Blue) = 85+93+72=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #555D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D48 is #AAA2B7. Grayscale: #585858. Windows color (decimal): -11182776 or 4742485. OLE color: 4742485.

HSL color Cylindrical-coordinate representation of color #555D48: hue angle of 82.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555D48 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 93 72 -
CMYK 0.09 0 0.23 0.64
HSL 82.86º 0.13% 0.32% -
HSV(B) 82.86º 0.23% 0.36% -
XYZ 8.83 10.23 7.64 -
YUV 88.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 85 93 72 0.09 0 0.23 0.64 82.86 0.13 0.32
Hex 55 5D 48 9 0 17 40 53 D 20
Octal 125 135 110 11 0 27 100 123 15 40
Binary 1010101 1011101 1001000 1001 0 10111 1000000 1010011 1101 100000

Color Harmonies of #555D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D48

Black with #555D48

Text Example


Text Example

White with #555D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,93,72); }

 H1.HeaderClassName
 {
   color: #555D48;
 }
 .AnyTagClassName
 {
   color: #555D48;
 }
</style>

background-color css

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

 a { background-color: rgb(85,93,72); }

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

border-color css

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

 span { border-color: rgb(85,93,72); }

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