#5E8365

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

Shades of Laurel #5E8365

Tints of Laurel #5E8365

Color information

#5E8365 (or 0x5E8365) is unknown color: approx Laurel. HEX triplet: 5E, 83 and 65. RGB value is (94,131,101). Sum of RGB (Red+Green+Blue) = 94+131+101=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #5E8365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8365 is #A17C9A. Grayscale: #747474. Windows color (decimal): -10583195 or 6652766. OLE color: 6652766.

HSL color Cylindrical-coordinate representation of color #5E8365: hue angle of 131.35º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E8365 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB94131101-
CMYK0.2800.230.49
HSL131.35º16.44%44.12%-
HSV(B)131.35º28.24%51.37%-
XYZ15.0819.5515.29-
YUV116.52119.24111.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=28.83%
G=40.18%
B=30.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941311010.2800.230.49131.3516.4444.12
Hex5E83651C0173183102c
Octal13620314534027612032054
Binary1011110100000111100101111000101111100011000001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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