#5E8A63

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

Shades of Laurel #5E8A63

Tints of Laurel #5E8A63

Color information

#5E8A63 (or 0x5E8A63) is unknown color: approx Laurel. HEX triplet: 5E, 8A and 63. RGB value is (94,138,99). Sum of RGB (Red+Green+Blue) = 94+138+99=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A63 is #A1759C. Grayscale: #787878. Windows color (decimal): -10581405 or 6523486. OLE color: 6523486.

HSL color Cylindrical-coordinate representation of color #5E8A63: hue angle of 126.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8A63 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB9413899-
CMYK0.3200.280.46
HSL126.82º18.97%45.49%-
HSV(B)126.82º31.88%54.12%-
XYZ15.9621.4615.11-
YUV120.4115.92109.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.40%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=28.40%
G=41.69%
B=29.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94138990.3200.280.46126.8218.9745.49
Hex5E8A632001C2E7f132d
Octal13621214340034561772355
Binary1011110100010101100011100000011100101110111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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