#5B9463

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

Shades of Laurel #5B9463

Tints of Laurel #5B9463

Color information

#5B9463 (or 0x5B9463) is unknown color: approx Laurel. HEX triplet: 5B, 94 and 63. RGB value is (91,148,99). Sum of RGB (Red+Green+Blue) = 91+148+99=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9463 is #A46B9C. Grayscale: #7D7D7D. Windows color (decimal): -10775453 or 6526043. OLE color: 6526043.

HSL color Cylindrical-coordinate representation of color #5B9463: hue angle of 128.42º 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 #5B9463 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB9114899-
CMYK0.3900.330.42
HSL128.42º23.85%46.86%-
HSV(B)128.42º38.51%58.04%-
XYZ17.1624.315.59-
YUV125.37113.12103.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.92%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=26.92%
G=43.79%
B=29.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91148990.3900.330.42128.4223.8546.86
Hex5B9463270212A80182f
Octal13322414347041522003057
Binary101101110010100110001110011101000011010101000000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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