Html Css Color HEX #555C4B Lunar Green

📋 copy color: '#555C4B'

red 85 ◦ green 92 ◦ blue 75

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

Shades of Lunar Green #555C4B

Tints of Lunar Green #555C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 33.73%
G = 36.51%
B = 29.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#555C4B (or 0x555C4B) is known color: Lunar Green. HEX triplet: 55, 5C and 4B. RGB value is (85,92,75). Sum of RGB (Red+Green+Blue) = 85+92+75=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #555C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C4B is #AAA3B4. Grayscale: #585858. Windows color (decimal): -11183029 or 4938837. OLE color: 4938837.

HSL color Cylindrical-coordinate representation of color #555C4B: hue angle of 84.71º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555C4B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 92 75 -
CMYK 0.08 0 0.18 0.64
HSL 84.71º 0.1% 0.33% -
HSV(B) 84.71º 0.18% 0.36% -
XYZ 8.84 10.09 8.14 -
YUV 87.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 85 92 75 0.08 0 0.18 0.64 84.71 0.1 0.33
Hex 55 5C 4B 8 0 12 40 55 A 21
Octal 125 134 113 10 0 22 100 125 12 41
Binary 1010101 1011100 1001011 1000 0 10010 1000000 1010101 1010 100001

Color Harmonies of #555C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C4B

Black with #555C4B

Text Example


Text Example

White with #555C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,75); }

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

background-color css

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

 a { background-color: rgb(85,92,75); }

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

border-color css

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

 span { border-color: rgb(85,92,75); }

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