#5D9C8D

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

Shades of Patina #5D9C8D

Tints of Patina #5D9C8D

Color information

#5D9C8D (or 0x5D9C8D) is unknown color: approx Patina. HEX triplet: 5D, 9C and 8D. RGB value is (93,156,141). Sum of RGB (Red+Green+Blue) = 93+156+141=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9C8D is #A26372. Grayscale: #878787. Windows color (decimal): -10642291 or 9280605. OLE color: 9280605.

HSL color Cylindrical-coordinate representation of color #5D9C8D: hue angle of 165.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9C8D is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB93156141-
CMYK0.4000.100.39
HSL165.71º25.3%48.82%-
HSV(B)165.71º40.38%61.18%-
XYZ21.2128.0329.49-
YUV135.45131.1397.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.85%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=23.85%
G=40%
B=36.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931561410.4000.100.39165.7125.348.82
Hex5D9C8D280A27a61931
Octal13523421550012472463161
Binary10111011001110010001101101000010101001111010011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,156,141); }

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

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

 a { background-color: rgb(93,156,141); }

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

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

 span { border-color: rgb(93,156,141); }

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