#4D8F6D

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

Shades of Cutty Sark #4D8F6D

Tints of Cutty Sark #4D8F6D

Color information

#4D8F6D (or 0x4D8F6D) is unknown color: approx Cutty Sark. HEX triplet: 4D, 8F and 6D. RGB value is (77,143,109). Sum of RGB (Red+Green+Blue) = 77+143+109=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F6D is #B27092. Grayscale: #777777. Windows color (decimal): -11694227 or 7180109. OLE color: 7180109.

HSL color Cylindrical-coordinate representation of color #4D8F6D: hue angle of 149.09º 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 #4D8F6D is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB77143109-
CMYK0.4600.240.44
HSL149.09º30%43.14%-
HSV(B)149.09º46.15%56.08%-
XYZ15.6422.3317.95-
YUV119.39122.1397.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.40%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=23.40%
G=43.47%
B=33.13%

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
Decimal771431090.4600.240.44149.093043.14
Hex4D8F6D2E0182C951e2b
Octal11521715556030542253653
Binary10011011000111111011011011100110001011001001010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,143,109); }

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

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

 a { background-color: rgb(77,143,109); }

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

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

 span { border-color: rgb(77,143,109); }

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