#5E9263

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

Shades of Laurel #5E9263

Tints of Laurel #5E9263

Color information

#5E9263 (or 0x5E9263) is unknown color: approx Laurel. HEX triplet: 5E, 92 and 63. RGB value is (94,146,99). Sum of RGB (Red+Green+Blue) = 94+146+99=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9263 is #A16D9C. Grayscale: #7D7D7D. Windows color (decimal): -10579357 or 6525534. OLE color: 6525534.

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

Color convert

RGB9414699-
CMYK0.3600.320.43
HSL125.77º21.67%47.06%-
HSV(B)125.77º35.62%57.25%-
XYZ17.1523.8415.5-
YUV125.09113.27105.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=27.73%
G=43.07%
B=29.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94146990.3600.320.43125.7721.6747.06
Hex5E9263240202B7e162f
Octal13622214344040531762657
Binary10111101001001011000111001000100000101011111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,146,99); }

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

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

 a { background-color: rgb(94,146,99); }

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

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

 span { border-color: rgb(94,146,99); }

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