Html Css Color HEX #555D44 Lunar Green

📋 copy color: '#555D44'

red 85 ◦ green 93 ◦ blue 68

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

Shades of Lunar Green #555D44

Tints of Lunar Green #555D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 34.55%
G = 37.8%
B = 27.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#555D44 (or 0x555D44) is known color: Lunar Green. HEX triplet: 55, 5D and 44. RGB value is (85,93,68). Sum of RGB (Red+Green+Blue) = 85+93+68=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #555D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D44 is #AAA2BB. Grayscale: #575757. Windows color (decimal): -11182780 or 4480341. OLE color: 4480341.

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

Color convert

RGB 85 93 68 -
CMYK 0.09 0 0.27 0.64
HSL 79.2º 0.16% 0.32% -
HSV(B) 79.2º 0.27% 0.36% -
XYZ 8.7 10.18 6.97 -
YUV 87.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 85 93 68 0.09 0 0.27 0.64 79.2 0.16 0.32
Hex 55 5D 44 9 0 1B 40 4F 10 20
Octal 125 135 104 11 0 33 100 117 20 40
Binary 1010101 1011101 1000100 1001 0 11011 1000000 1001111 10000 100000

Color Harmonies of #555D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D44

Black with #555D44

Text Example


Text Example

White with #555D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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