#5A8D63

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

Shades of Laurel #5A8D63

Tints of Laurel #5A8D63

Color information

#5A8D63 (or 0x5A8D63) is unknown color: approx Laurel. HEX triplet: 5A, 8D and 63. RGB value is (90,141,99). Sum of RGB (Red+Green+Blue) = 90+141+99=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D63 is #A5729C. Grayscale: #797979. Windows color (decimal): -10842781 or 6524250. OLE color: 6524250.

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

Color convert

RGB9014199-
CMYK0.3600.300.45
HSL130.59º22.08%45.29%-
HSV(B)130.59º36.17%55.29%-
XYZ15.9922.1215.23-
YUV120.96115.6105.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 99 (39.06% from 255) = 30%
R=27.27%
G=42.73%
B=30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90141990.3600.300.45130.5922.0845.29
Hex5A8D632401E2D83162d
Octal13221514344036552032655
Binary10110101000110111000111001000111101011011000001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,141,99); }

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

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

 a { background-color: rgb(90,141,99); }

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

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

 span { border-color: rgb(90,141,99); }

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