#5B9163

Color #5B9163 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #5B9163

Tints of Laurel #5B9163

Color information

#5B9163 (or 0x5B9163) is unknown color: approx Laurel. HEX triplet: 5B, 91 and 63. RGB value is (91,145,99). Sum of RGB (Red+Green+Blue) = 91+145+99=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9163 is #A46E9C. Grayscale: #7B7B7B. Windows color (decimal): -10776221 or 6525275. OLE color: 6525275.

HSL color Cylindrical-coordinate representation of color #5B9163: hue angle of 128.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9163 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB9114599-
CMYK0.3700.320.43
HSL128.89º22.88%46.27%-
HSV(B)128.89º37.24%56.86%-
XYZ16.6923.3815.44-
YUV123.61114.11104.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=27.16%
G=43.28%
B=29.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91145990.3700.320.43128.8922.8846.27
Hex5B9163250202B81172e
Octal13322114345040532012756
Binary101101110010001110001110010101000001010111000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B9163; }

 p { color: rgb(91,145,99); }

 H1.HeaderClassName
 {
   color: #5B9163;
 }
 .AnyTagClassName
 {
   color: #5B9163;
 }
</style>
background-color css

<style>
 a { background-color: #5B9163; }

 a { background-color: rgb(91,145,99); }

 div.DivClassName
 {
   background-color: #5B9163;
 }
 .BgClassName
 {
   background-color: #5B9163;
 }
</style>
border-color css

<style>
 span { border-color: #5B9163; }

 span { border-color: rgb(91,145,99); }

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