Html Css Color HEX #555F3E Lunar Green

📋 copy color: '#555F3E'

red 85 ◦ green 95 ◦ blue 62

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

Shades of Lunar Green #555F3E

Tints of Lunar Green #555F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

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

R = 35.12%
G = 39.26%
B = 25.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#555F3E (or 0x555F3E) is known color: Lunar Green. HEX triplet: 55, 5F and 3E. RGB value is (85,95,62). Sum of RGB (Red+Green+Blue) = 85+95+62=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #555F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F3E is #AAA0C1. Grayscale: #585858. Windows color (decimal): -11182274 or 4087637. OLE color: 4087637.

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

Color convert

RGB 85 95 62 -
CMYK 0.11 0 0.35 0.63
HSL 78.18º 0.21% 0.31% -
HSV(B) 78.18º 0.35% 0.37% -
XYZ 8.71 10.46 6.12 -
YUV 88.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 85 95 62 0.11 0 0.35 0.63 78.18 0.21 0.31
Hex 55 5F 3E B 0 23 3F 4E 15 1F
Octal 125 137 76 13 0 43 77 116 25 37
Binary 1010101 1011111 111110 1011 0 100011 111111 1001110 10101 11111

Color Harmonies of #555F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F3E

Black with #555F3E

Text Example


Text Example

White with #555F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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