#508D73

Color #508D73 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #508D73

Tints of Cutty Sark #508D73

Color information

#508D73 (or 0x508D73) is unknown color: approx Cutty Sark. HEX triplet: 50, 8D and 73. RGB value is (80,141,115). Sum of RGB (Red+Green+Blue) = 80+141+115=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #508D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D73 is #AF728C. Grayscale: #777777. Windows color (decimal): -11498125 or 7572816. OLE color: 7572816.

HSL color Cylindrical-coordinate representation of color #508D73: hue angle of 154.43º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D73 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB80141115-
CMYK0.4300.180.45
HSL154.43º27.6%43.33%-
HSV(B)154.43º43.26%55.29%-
XYZ15.9321.9919.63-
YUV119.8125.2999.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=23.81%
G=41.96%
B=34.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801411150.4300.180.45154.4327.643.33
Hex508D732B0122D9a1c2b
Octal12021516353022552323453
Binary10100001000110111100111010110100101011011001101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D73; }

 p { color: rgb(80,141,115); }

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

<style>
 a { background-color: #508D73; }

 a { background-color: rgb(80,141,115); }

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

<style>
 span { border-color: #508D73; }

 span { border-color: rgb(80,141,115); }

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