#5E9165

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

Shades of Laurel #5E9165

Tints of Laurel #5E9165

Color information

#5E9165 (or 0x5E9165) is unknown color: approx Laurel. HEX triplet: 5E, 91 and 65. RGB value is (94,145,101). Sum of RGB (Red+Green+Blue) = 94+145+101=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9165 is #A16E9A. Grayscale: #7C7C7C. Windows color (decimal): -10579611 or 6656350. OLE color: 6656350.

HSL color Cylindrical-coordinate representation of color #5E9165: hue angle of 128.24º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9165 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB94145101-
CMYK0.3500.300.43
HSL128.24º21.34%46.86%-
HSV(B)128.24º35.17%56.86%-
XYZ17.0923.5715.96-
YUV124.73114.6106.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.65%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=27.65%
G=42.65%
B=29.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal941451010.3500.300.43128.2421.3446.86
Hex5E91652301E2B80152f
Octal13622114543036532002557
Binary10111101001000111001011000110111101010111000000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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