#4F8A6D

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

Shades of Cutty Sark #4F8A6D

Tints of Cutty Sark #4F8A6D

Color information

#4F8A6D (or 0x4F8A6D) is unknown color: approx Cutty Sark. HEX triplet: 4F, 8A and 6D. RGB value is (79,138,109). Sum of RGB (Red+Green+Blue) = 79+138+109=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8A6D is #B07592. Grayscale: #757575. Windows color (decimal): -11564435 or 7178831. OLE color: 7178831.

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

Color convert

RGB79138109-
CMYK0.4300.210.46
HSL150.51º27.19%42.55%-
HSV(B)150.51º42.75%54.12%-
XYZ15.0720.9417.72-
YUV117.05123.45100.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=24.23%
G=42.33%
B=33.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791381090.4300.210.46150.5127.1942.55
Hex4F8A6D2B0152E971b2b
Octal11721215553025562273353
Binary10011111000101011011011010110101011011101001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,138,109); }

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

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

 a { background-color: rgb(79,138,109); }

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

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

 span { border-color: rgb(79,138,109); }

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