#4E896E

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

Shades of Cutty Sark #4E896E

Tints of Cutty Sark #4E896E

Color information

#4E896E (or 0x4E896E) is unknown color: approx Cutty Sark. HEX triplet: 4E, 89 and 6E. RGB value is (78,137,110). Sum of RGB (Red+Green+Blue) = 78+137+110=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #4E896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E896E is #B17691. Grayscale: #747474. Windows color (decimal): -11630226 or 7244110. OLE color: 7244110.

HSL color Cylindrical-coordinate representation of color #4E896E: hue angle of 152.54º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E896E is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB78137110-
CMYK0.4300.200.46
HSL152.54º27.44%42.16%-
HSV(B)152.54º43.07%53.73%-
XYZ14.920.6417.95-
YUV116.28124.45100.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=24%
G=42.15%
B=33.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal781371100.4300.200.46152.5427.4442.16
Hex4E896E2B0142E991b2a
Octal11621115653024562313352
Binary10011101000100111011101010110101001011101001100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,137,110); }

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

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

 a { background-color: rgb(78,137,110); }

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

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

 span { border-color: rgb(78,137,110); }

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