#5B9466

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

Shades of Laurel #5B9466

Tints of Laurel #5B9466

Color information

#5B9466 (or 0x5B9466) is unknown color: approx Laurel. HEX triplet: 5B, 94 and 66. RGB value is (91,148,102). Sum of RGB (Red+Green+Blue) = 91+148+102=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9466 is #A46B99. Grayscale: #7D7D7D. Windows color (decimal): -10775450 or 6722651. OLE color: 6722651.

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

Color convert

RGB91148102-
CMYK0.3900.310.42
HSL131.58º23.85%46.86%-
HSV(B)131.58º38.51%58.04%-
XYZ17.324.3616.36-
YUV125.71114.62103.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.69%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=26.69%
G=43.40%
B=29.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911481020.3900.310.42131.5823.8546.86
Hex5B94662701F2A84182f
Octal13322414647037522043057
Binary10110111001010011001101001110111111010101000010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,148,102); }

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

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

 a { background-color: rgb(91,148,102); }

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

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

 span { border-color: rgb(91,148,102); }

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