#5E9367

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

Shades of Laurel #5E9367

Tints of Laurel #5E9367

Color information

#5E9367 (or 0x5E9367) is unknown color: approx Laurel. HEX triplet: 5E, 93 and 67. RGB value is (94,147,103). Sum of RGB (Red+Green+Blue) = 94+147+103=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9367 is #A16C98. Grayscale: #7E7E7E. Windows color (decimal): -10579097 or 6787934. OLE color: 6787934.

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

Color convert

RGB94147103-
CMYK0.3600.300.42
HSL130.19º21.99%47.25%-
HSV(B)130.19º36.05%57.65%-
XYZ17.524.2316.59-
YUV126.14114.94105.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=27.33%
G=42.73%
B=29.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941471030.3600.300.42130.1921.9947.25
Hex5E93672401E2A82162f
Octal13622314744036522022657
Binary10111101001001111001111001000111101010101000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,147,103); }

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

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

 a { background-color: rgb(94,147,103); }

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

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

 span { border-color: rgb(94,147,103); }

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