#5A8D62

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

Shades of Laurel #5A8D62

Tints of Laurel #5A8D62

Color information

#5A8D62 (or 0x5A8D62) is unknown color: approx Laurel. HEX triplet: 5A, 8D and 62. RGB value is (90,141,98). Sum of RGB (Red+Green+Blue) = 90+141+98=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D62 is #A5729D. Grayscale: #787878. Windows color (decimal): -10842782 or 6458714. OLE color: 6458714.

HSL color Cylindrical-coordinate representation of color #5A8D62: hue angle of 129.41º 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 #5A8D62 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB9014198-
CMYK0.3600.300.45
HSL129.41º22.08%45.29%-
HSV(B)129.41º36.17%55.29%-
XYZ15.9522.1114.98-
YUV120.85115.1106-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.36%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=27.36%
G=42.86%
B=29.79%

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
Decimal90141980.3600.300.45129.4122.0845.29
Hex5A8D622401E2D81162d
Octal13221514244036552012655
Binary10110101000110111000101001000111101011011000000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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