#5D9169

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

Shades of Laurel #5D9169

Tints of Laurel #5D9169

Color information

#5D9169 (or 0x5D9169) is unknown color: approx Laurel. HEX triplet: 5D, 91 and 69. RGB value is (93,145,105). Sum of RGB (Red+Green+Blue) = 93+145+105=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9169 is #A26E96. Grayscale: #7C7C7C. Windows color (decimal): -10645143 or 6918493. OLE color: 6918493.

HSL color Cylindrical-coordinate representation of color #5D9169: hue angle of 133.85º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D9169 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB93145105-
CMYK0.3600.280.43
HSL133.85º21.85%46.67%-
HSV(B)133.85º35.86%56.86%-
XYZ17.1923.617.01-
YUV124.89116.77105.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.11%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=27.11%
G=42.27%
B=30.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931451050.3600.280.43133.8521.8546.67
Hex5D91692401C2B86162f
Octal13522115144034532062657
Binary10111011001000111010011001000111001010111000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,145,105); }

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

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

 a { background-color: rgb(93,145,105); }

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

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

 span { border-color: rgb(93,145,105); }

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