#518370

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

Shades of Cutty Sark #518370

Tints of Cutty Sark #518370

Color information

#518370 (or 0x518370) is unknown color: approx Cutty Sark. HEX triplet: 51, 83 and 70. RGB value is (81,131,112). Sum of RGB (Red+Green+Blue) = 81+131+112=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #518370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518370 is #AE7C8F. Grayscale: #717171. Windows color (decimal): -11435152 or 7373649. OLE color: 7373649.

HSL color Cylindrical-coordinate representation of color #518370: hue angle of 157.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518370 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB81131112-
CMYK0.3800.150.49
HSL157.2º23.58%41.57%-
HSV(B)157.2º38.17%51.37%-
XYZ14.4319.1518.27-
YUV113.88126.94104.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=25%
G=40.43%
B=34.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811311120.3800.150.49157.223.5841.57
Hex518370260F319d182a
Octal12120316046017612353052
Binary1010001100000111110000100110011111100011001110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518370; }

 p { color: rgb(81,131,112); }

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

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

 a { background-color: rgb(81,131,112); }

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

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

 span { border-color: rgb(81,131,112); }

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