#4F8A6A

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

Shades of Cutty Sark #4F8A6A

Tints of Cutty Sark #4F8A6A

Color information

#4F8A6A (or 0x4F8A6A) is unknown color: approx Cutty Sark. HEX triplet: 4F, 8A and 6A. RGB value is (79,138,106). Sum of RGB (Red+Green+Blue) = 79+138+106=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8A6A is #B07595. Grayscale: #747474. Windows color (decimal): -11564438 or 6982223. OLE color: 6982223.

HSL color Cylindrical-coordinate representation of color #4F8A6A: hue angle of 147.46º 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 #4F8A6A is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB79138106-
CMYK0.4300.230.46
HSL147.46º27.19%42.55%-
HSV(B)147.46º42.75%54.12%-
XYZ14.9120.8816.88-
YUV116.71121.95101.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.46%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=24.46%
G=42.72%
B=32.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791381060.4300.230.46147.4627.1942.55
Hex4F8A6A2B0172E931b2b
Octal11721215253027562233353
Binary10011111000101011010101010110101111011101001001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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