#4E856F

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

Shades of Cutty Sark #4E856F

Tints of Cutty Sark #4E856F

Color information

#4E856F (or 0x4E856F) is unknown color: approx Cutty Sark. HEX triplet: 4E, 85 and 6F. RGB value is (78,133,111). Sum of RGB (Red+Green+Blue) = 78+133+111=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #4E856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E856F is #B17A90. Grayscale: #727272. Windows color (decimal): -11631249 or 7308622. OLE color: 7308622.

HSL color Cylindrical-coordinate representation of color #4E856F: hue angle of 156º 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 #4E856F is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB78133111-
CMYK0.4100.170.48
HSL156º26.07%41.37%-
HSV(B)156º41.35%52.16%-
XYZ14.419.5418.05-
YUV114.05126.28102.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.22%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=24.22%
G=41.30%
B=34.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781331110.4100.170.4815626.0741.37
Hex4E856F29011309c1a29
Octal11620515751021602343251
Binary10011101000010111011111010010100011100001001110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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