#4F8772

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

Shades of Cutty Sark #4F8772

Tints of Cutty Sark #4F8772

Color information

#4F8772 (or 0x4F8772) is unknown color: approx Cutty Sark. HEX triplet: 4F, 87 and 72. RGB value is (79,135,114). Sum of RGB (Red+Green+Blue) = 79+135+114=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #4F8772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8772 is #B0788D. Grayscale: #737373. Windows color (decimal): -11565198 or 7505743. OLE color: 7505743.

HSL color Cylindrical-coordinate representation of color #4F8772: hue angle of 157.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8772 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB79135114-
CMYK0.4100.160.47
HSL157.5º26.17%41.96%-
HSV(B)157.5º41.48%52.94%-
XYZ14.9320.2119.03-
YUV115.86126.95101.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.09%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=24.09%
G=41.16%
B=34.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791351140.4100.160.47157.526.1741.96
Hex4F8772290102F9e1a2a
Octal11720716251020572363252
Binary10011111000011111100101010010100001011111001111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,135,114); }

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

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

 a { background-color: rgb(79,135,114); }

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

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

 span { border-color: rgb(79,135,114); }

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