#4D8D70

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

Shades of Cutty Sark #4D8D70

Tints of Cutty Sark #4D8D70

Color information

#4D8D70 (or 0x4D8D70) is unknown color: approx Cutty Sark. HEX triplet: 4D, 8D and 70. RGB value is (77,141,112). Sum of RGB (Red+Green+Blue) = 77+141+112=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #4D8D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8D70 is #B2728F. Grayscale: #767676. Windows color (decimal): -11694736 or 7376205. OLE color: 7376205.

HSL color Cylindrical-coordinate representation of color #4D8D70: hue angle of 152.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8D70 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB77141112-
CMYK0.4500.210.45
HSL152.81º29.36%42.75%-
HSV(B)152.81º45.39%55.29%-
XYZ15.5121.818.72-
YUV118.56124.398.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.33%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=23.33%
G=42.73%
B=33.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal771411120.4500.210.45152.8129.3642.75
Hex4D8D702D0152D991d2b
Octal11521516055025552313553
Binary10011011000110111100001011010101011011011001100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,141,112); }

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

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

 a { background-color: rgb(77,141,112); }

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

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

 span { border-color: rgb(77,141,112); }

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