#4f8f6d

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

Shades of Cutty Sark #4F8F6D

Tints of Cutty Sark #4F8F6D

Color information

#4F8F6D (or 0x4F8F6D) is unknown color: approx Cutty Sark. HEX triplet: 4F, 8F and 6D. RGB value is (79,143,109). Sum of RGB (Red+Green+Blue) = 79+143+109=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8F6D is #B07092. Grayscale: #787878. Windows color (decimal): -11563155 or 7180111. OLE color: 7180111.

HSL color Cylindrical-coordinate representation of color #4F8F6D: hue angle of 148.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F8F6D is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB79143109-
CMYK0.4500.240.44
HSL148.12º28.83%43.53%-
HSV(B)148.12º44.76%56.08%-
XYZ15.8122.4117.96-
YUV119.99121.898.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 143 (56.25% from 255) = 43.20%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=23.87%
G=43.20%
B=32.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791431090.4500.240.44148.1228.8343.53
Hex4F8F6D2D0182C941d2c
Octal11721715555030542243554
Binary10011111000111111011011011010110001011001001010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f8f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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