#5B9165

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

Shades of Laurel #5B9165

Tints of Laurel #5B9165

Color information

#5B9165 (or 0x5B9165) is unknown color: approx Laurel. HEX triplet: 5B, 91 and 65. RGB value is (91,145,101). Sum of RGB (Red+Green+Blue) = 91+145+101=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9165 is #A46E9A. Grayscale: #7B7B7B. Windows color (decimal): -10776219 or 6656347. OLE color: 6656347.

HSL color Cylindrical-coordinate representation of color #5B9165: hue angle of 131.11º 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 #5B9165 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB91145101-
CMYK0.3700.300.43
HSL131.11º22.88%46.27%-
HSV(B)131.11º37.24%56.86%-
XYZ16.7923.4115.95-
YUV123.84115.11104.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=27.00%
G=43.03%
B=29.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451010.3700.300.43131.1122.8846.27
Hex5B91652501E2B83172e
Octal13322114545036532032756
Binary10110111001000111001011001010111101010111000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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