#5A9567

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

Shades of Laurel #5A9567

Tints of Laurel #5A9567

Color information

#5A9567 (or 0x5A9567) is unknown color: approx Laurel. HEX triplet: 5A, 95 and 67. RGB value is (90,149,103). Sum of RGB (Red+Green+Blue) = 90+149+103=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9567 is #A56A98. Grayscale: #7E7E7E. Windows color (decimal): -10840729 or 6788442. OLE color: 6788442.

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

Color convert

RGB90149103-
CMYK0.4000.310.42
HSL133.22º24.69%46.86%-
HSV(B)133.22º39.6%58.43%-
XYZ17.4124.6516.67-
YUV126.12114.95102.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.32%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=26.32%
G=43.57%
B=30.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491030.4000.310.42133.2224.6946.86
Hex5A95672801F2A85192f
Octal13222514750037522053157
Binary10110101001010111001111010000111111010101000010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,103); }

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

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

 a { background-color: rgb(90,149,103); }

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

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

 span { border-color: rgb(90,149,103); }

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