#51876D

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

Shades of Cutty Sark #51876D

Tints of Cutty Sark #51876D

Color information

#51876D (or 0x51876D) is unknown color: approx Cutty Sark. HEX triplet: 51, 87 and 6D. RGB value is (81,135,109). Sum of RGB (Red+Green+Blue) = 81+135+109=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #51876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51876D is #AE7892. Grayscale: #737373. Windows color (decimal): -11434131 or 7178065. OLE color: 7178065.

HSL color Cylindrical-coordinate representation of color #51876D: hue angle of 151.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51876D is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB81135109-
CMYK0.4000.190.47
HSL151.11º25%42.35%-
HSV(B)151.11º40%52.94%-
XYZ14.8220.1817.58-
YUV115.89124.11103.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=24.92%
G=41.54%
B=33.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811351090.4000.190.47151.112542.35
Hex51876D280132F97192a
Octal12120715550023572273152
Binary10100011000011111011011010000100111011111001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51876D; }

 p { color: rgb(81,135,109); }

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

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

 a { background-color: rgb(81,135,109); }

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

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

 span { border-color: rgb(81,135,109); }

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