Html Css Color HEX #555E3E Lunar Green

📋 copy color: '#555E3E'

red 85 ◦ green 94 ◦ blue 62

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

Shades of Lunar Green #555E3E

Tints of Lunar Green #555E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 35.27%
G = 39%
B = 25.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#555E3E (or 0x555E3E) is known color: Lunar Green. HEX triplet: 55, 5E and 3E. RGB value is (85,94,62). Sum of RGB (Red+Green+Blue) = 85+94+62=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #555E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E3E is #AAA1C1. Grayscale: #575757. Windows color (decimal): -11182530 or 4087381. OLE color: 4087381.

HSL color Cylindrical-coordinate representation of color #555E3E: hue angle of 76.88º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555E3E is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 94 62 -
CMYK 0.10 0 0.34 0.63
HSL 76.88º 0.21% 0.31% -
HSV(B) 76.88º 0.34% 0.37% -
XYZ 8.62 10.28 6.09 -
YUV 87.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 85 94 62 0.10 0 0.34 0.63 76.88 0.21 0.31
Hex 55 5E 3E A 0 22 3F 4D 15 1F
Octal 125 136 76 12 0 42 77 115 25 37
Binary 1010101 1011110 111110 1010 0 100010 111111 1001101 10101 11111

Color Harmonies of #555E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E3E

Black with #555E3E

Text Example


Text Example

White with #555E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,62); }

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

background-color css

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

 a { background-color: rgb(85,94,62); }

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

border-color css

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

 span { border-color: rgb(85,94,62); }

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