#4F8C74

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

Shades of Cutty Sark #4F8C74

Tints of Cutty Sark #4F8C74

Color information

#4F8C74 (or 0x4F8C74) is unknown color: approx Cutty Sark. HEX triplet: 4F, 8C and 74. RGB value is (79,140,116). Sum of RGB (Red+Green+Blue) = 79+140+116=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #4F8C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8C74 is #B0738B. Grayscale: #777777. Windows color (decimal): -11563916 or 7638095. OLE color: 7638095.

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

Color convert

RGB79140116-
CMYK0.4400.170.45
HSL156.39º27.85%42.94%-
HSV(B)156.39º43.57%54.9%-
XYZ15.7521.6819.88-
YUV119.02126.2999.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=23.58%
G=41.79%
B=34.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791401160.4400.170.45156.3927.8542.94
Hex4F8C742C0112D9c1c2b
Octal11721416454021552343453
Binary10011111000110011101001011000100011011011001110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,140,116); }

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

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

 a { background-color: rgb(79,140,116); }

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

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

 span { border-color: rgb(79,140,116); }

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