#4E8571

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

Shades of Cutty Sark #4E8571

Tints of Cutty Sark #4E8571

Color information

#4E8571 (or 0x4E8571) is unknown color: approx Cutty Sark. HEX triplet: 4E, 85 and 71. RGB value is (78,133,113). Sum of RGB (Red+Green+Blue) = 78+133+113=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8571 is #B17A8E. Grayscale: #727272. Windows color (decimal): -11631247 or 7439694. OLE color: 7439694.

HSL color Cylindrical-coordinate representation of color #4E8571: hue angle of 158.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E8571 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB78133113-
CMYK0.4100.150.48
HSL158.18º26.07%41.37%-
HSV(B)158.18º41.35%52.16%-
XYZ14.5119.5918.64-
YUV114.28127.28102.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=24.07%
G=41.05%
B=34.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781331130.4100.150.48158.1826.0741.37
Hex4E8571290F309e1a29
Octal11620516151017602363251
Binary1001110100001011110001101001011111100001001111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E8571; }

 p { color: rgb(78,133,113); }

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

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

 a { background-color: rgb(78,133,113); }

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

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

 span { border-color: rgb(78,133,113); }

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