#56916D

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

Shades of Cutty Sark #56916D

Tints of Cutty Sark #56916D

Color information

#56916D (or 0x56916D) is unknown color: approx Cutty Sark. HEX triplet: 56, 91 and 6D. RGB value is (86,145,109). Sum of RGB (Red+Green+Blue) = 86+145+109=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #56916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56916D is #A96E92. Grayscale: #7B7B7B. Windows color (decimal): -11103891 or 7180630. OLE color: 7180630.

HSL color Cylindrical-coordinate representation of color #56916D: hue angle of 143.39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56916D is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB86145109-
CMYK0.4100.250.43
HSL143.39º25.54%45.29%-
HSV(B)143.39º40.69%56.86%-
XYZ16.7223.3318.09-
YUV123.26119.95101.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=25.29%
G=42.65%
B=32.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451090.4100.250.43143.3925.5445.29
Hex56916D290192B8f1a2d
Octal12622115551031532173255
Binary10101101001000111011011010010110011010111000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,145,109); }

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

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

 a { background-color: rgb(86,145,109); }

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

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

 span { border-color: rgb(86,145,109); }

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