Html Css Color HEX #555B40 Lunar Green

📋 copy color: '#555B40'

red 85 ◦ green 91 ◦ blue 64

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

Shades of Lunar Green #555B40

Tints of Lunar Green #555B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 35.42%
G = 37.92%
B = 26.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#555B40 (or 0x555B40) is known color: Lunar Green. HEX triplet: 55, 5B and 40. RGB value is (85,91,64). Sum of RGB (Red+Green+Blue) = 85+91+64=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #555B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B40 is #AAA4BF. Grayscale: #565656. Windows color (decimal): -11183296 or 4217685. OLE color: 4217685.

HSL color Cylindrical-coordinate representation of color #555B40: hue angle of 73.33º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555B40 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 64 -
CMYK 0.07 0 0.30 0.64
HSL 73.33º 0.17% 0.3% -
HSV(B) 73.33º 0.3% 0.36% -
XYZ 8.41 9.78 6.3 -
YUV 86.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 85 91 64 0.07 0 0.30 0.64 73.33 0.17 0.3
Hex 55 5B 40 7 0 1E 40 49 11 1E
Octal 125 133 100 7 0 36 100 111 21 36
Binary 1010101 1011011 1000000 111 0 11110 1000000 1001001 10001 11110

Color Harmonies of #555B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B40

Black with #555B40

Text Example


Text Example

White with #555B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,64); }

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

background-color css

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

 a { background-color: rgb(85,91,64); }

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

border-color css

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

 span { border-color: rgb(85,91,64); }

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