#518376

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

Shades of Cutty Sark #518376

Tints of Cutty Sark #518376

Color information

#518376 (or 0x518376) is unknown color: approx Cutty Sark. HEX triplet: 51, 83 and 76. RGB value is (81,131,118). Sum of RGB (Red+Green+Blue) = 81+131+118=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #518376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518376 is #AE7C89. Grayscale: #727272. Windows color (decimal): -11435146 or 7766865. OLE color: 7766865.

HSL color Cylindrical-coordinate representation of color #518376: hue angle of 164.4º 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 #518376 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB81131118-
CMYK0.3800.100.49
HSL164.4º23.58%41.57%-
HSV(B)164.4º38.17%51.37%-
XYZ14.7819.2920.08-
YUV114.57129.94104.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=24.55%
G=39.70%
B=35.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811311180.3800.100.49164.423.5841.57
Hex518376260A31a4182a
Octal12120316646012612443052
Binary1010001100000111110110100110010101100011010010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518376; }

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

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

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

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

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

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

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

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