#5B9365

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

Shades of Laurel #5B9365

Tints of Laurel #5B9365

Color information

#5B9365 (or 0x5B9365) is unknown color: approx Laurel. HEX triplet: 5B, 93 and 65. RGB value is (91,147,101). Sum of RGB (Red+Green+Blue) = 91+147+101=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9365 is #A46C9A. Grayscale: #7D7D7D. Windows color (decimal): -10775707 or 6656859. OLE color: 6656859.

HSL color Cylindrical-coordinate representation of color #5B9365: hue angle of 130.71º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9365 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB91147101-
CMYK0.3800.310.42
HSL130.71º23.53%46.67%-
HSV(B)130.71º38.1%57.65%-
XYZ17.124.0316.05-
YUV125.01114.45103.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.84%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=26.84%
G=43.36%
B=29.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471010.3800.310.42130.7123.5346.67
Hex5B93652601F2A83182f
Octal13322314546037522033057
Binary10110111001001111001011001100111111010101000001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,101); }

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

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

 a { background-color: rgb(91,147,101); }

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

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

 span { border-color: rgb(91,147,101); }

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