#5D937A

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

Shades of Patina #5D937A

Tints of Patina #5D937A

Color information

#5D937A (or 0x5D937A) is unknown color: approx Patina. HEX triplet: 5D, 93 and 7A. RGB value is (93,147,122). Sum of RGB (Red+Green+Blue) = 93+147+122=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #5D937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D937A is #A26C85. Grayscale: #808080. Windows color (decimal): -10644614 or 8033117. OLE color: 8033117.

HSL color Cylindrical-coordinate representation of color #5D937A: hue angle of 152.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D937A is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB93147122-
CMYK0.3700.170.42
HSL152.22º22.5%47.06%-
HSV(B)152.22º36.73%57.65%-
XYZ18.4624.622.19-
YUV128124.61103.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=25.69%
G=40.61%
B=33.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931471220.3700.170.42152.2222.547.06
Hex5D937A250112A98162f
Octal13522317245021522302657
Binary10111011001001111110101001010100011010101001100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,122); }

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

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

 a { background-color: rgb(93,147,122); }

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

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

 span { border-color: rgb(93,147,122); }

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