#4E8169

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

Shades of Cutty Sark #4E8169

Tints of Cutty Sark #4E8169

Color information

#4E8169 (or 0x4E8169) is unknown color: approx Cutty Sark. HEX triplet: 4E, 81 and 69. RGB value is (78,129,105). Sum of RGB (Red+Green+Blue) = 78+129+105=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #4E8169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8169 is #B17E96. Grayscale: #6F6F6F. Windows color (decimal): -11632279 or 6914382. OLE color: 6914382.

HSL color Cylindrical-coordinate representation of color #4E8169: hue angle of 151.76º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8169 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB78129105-
CMYK0.4000.190.49
HSL151.76º24.64%40.59%-
HSV(B)151.76º39.53%50.59%-
XYZ13.5418.3416.19-
YUV111.02124.6104.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=25%
G=41.35%
B=33.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781291050.4000.190.49151.7624.6440.59
Hex4E81692801331981929
Octal11620115150023612303151
Binary10011101000000111010011010000100111100011001100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,129,105); }

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

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

 a { background-color: rgb(78,129,105); }

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

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

 span { border-color: rgb(78,129,105); }

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