#5A8C63

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

Shades of Laurel #5A8C63

Tints of Laurel #5A8C63

Color information

#5A8C63 (or 0x5A8C63) is unknown color: approx Laurel. HEX triplet: 5A, 8C and 63. RGB value is (90,140,99). Sum of RGB (Red+Green+Blue) = 90+140+99=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8C63 is #A5739C. Grayscale: #787878. Windows color (decimal): -10843037 or 6523994. OLE color: 6523994.

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

Color convert

RGB9014099-
CMYK0.3600.290.45
HSL130.8º21.74%45.1%-
HSV(B)130.8º35.71%54.9%-
XYZ15.8521.8315.18-
YUV120.38115.94106.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.36%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=27.36%
G=42.55%
B=30.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90140990.3600.290.45130.821.7445.1
Hex5A8C632401D2D83162d
Octal13221414344035552032655
Binary10110101000110011000111001000111011011011000001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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