#4F8C75

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

Shades of Cutty Sark #4F8C75

Tints of Cutty Sark #4F8C75

Color information

#4F8C75 (or 0x4F8C75) is unknown color: approx Cutty Sark. HEX triplet: 4F, 8C and 75. RGB value is (79,140,117). Sum of RGB (Red+Green+Blue) = 79+140+117=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #4F8C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8C75 is #B0738A. Grayscale: #777777. Windows color (decimal): -11563915 or 7703631. OLE color: 7703631.

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

Color convert

RGB79140117-
CMYK0.4400.160.45
HSL157.38º27.85%42.94%-
HSV(B)157.38º43.57%54.9%-
XYZ15.8121.720.19-
YUV119.14126.7999.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=23.51%
G=41.67%
B=34.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791401170.4400.160.45157.3827.8542.94
Hex4F8C752C0102D9d1c2b
Octal11721416554020552353453
Binary10011111000110011101011011000100001011011001110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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