#4D8E6C

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

Shades of Cutty Sark #4D8E6C

Tints of Cutty Sark #4D8E6C

Color information

#4D8E6C (or 0x4D8E6C) is unknown color: approx Cutty Sark. HEX triplet: 4D, 8E and 6C. RGB value is (77,142,108). Sum of RGB (Red+Green+Blue) = 77+142+108=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E6C is #B27193. Grayscale: #767676. Windows color (decimal): -11694484 or 7114317. OLE color: 7114317.

HSL color Cylindrical-coordinate representation of color #4D8E6C: hue angle of 148.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8E6C is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB77142108-
CMYK0.4600.240.44
HSL148.62º29.68%42.94%-
HSV(B)148.62º45.77%55.69%-
XYZ15.4422.0117.62-
YUV118.69121.9798.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.55%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=23.55%
G=43.43%
B=33.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771421080.4600.240.44148.6229.6842.94
Hex4D8E6C2E0182C951e2b
Octal11521615456030542253653
Binary10011011000111011011001011100110001011001001010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,108); }

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

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

 a { background-color: rgb(77,142,108); }

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

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

 span { border-color: rgb(77,142,108); }

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