#4F856A

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

Shades of Cutty Sark #4F856A

Tints of Cutty Sark #4F856A

Color information

#4F856A (or 0x4F856A) is unknown color: approx Cutty Sark. HEX triplet: 4F, 85 and 6A. RGB value is (79,133,106). Sum of RGB (Red+Green+Blue) = 79+133+106=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #4F856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F856A is #B07A95. Grayscale: #717171. Windows color (decimal): -11565718 or 6980943. OLE color: 6980943.

HSL color Cylindrical-coordinate representation of color #4F856A: hue angle of 150º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F856A is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB79133106-
CMYK0.4100.200.48
HSL150º25.47%41.57%-
HSV(B)150º40.6%52.16%-
XYZ14.2119.4816.65-
YUV113.78123.61103.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=24.84%
G=41.82%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791331060.4100.200.4815025.4741.57
Hex4F856A290143096192a
Octal11720515251024602263152
Binary10011111000010111010101010010101001100001001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,106); }

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

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

 a { background-color: rgb(79,133,106); }

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

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

 span { border-color: rgb(79,133,106); }

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