#4F9374

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

Shades of Cutty Sark #4F9374

Tints of Cutty Sark #4F9374

Color information

#4F9374 (or 0x4F9374) is unknown color: approx Cutty Sark. HEX triplet: 4F, 93 and 74. RGB value is (79,147,116). Sum of RGB (Red+Green+Blue) = 79+147+116=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9374 is #B06C8B. Grayscale: #7B7B7B. Windows color (decimal): -11562124 or 7639887. OLE color: 7639887.

HSL color Cylindrical-coordinate representation of color #4F9374: hue angle of 152.65º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9374 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB79147116-
CMYK0.4600.210.42
HSL152.65º30.09%44.31%-
HSV(B)152.65º46.26%57.65%-
XYZ16.8123.7920.23-
YUV123.13123.9796.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=23.10%
G=42.98%
B=33.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471160.4600.210.42152.6530.0944.31
Hex4F93742E0152A991e2c
Octal11722316456025522313654
Binary10011111001001111101001011100101011010101001100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,147,116); }

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

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

 a { background-color: rgb(79,147,116); }

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

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

 span { border-color: rgb(79,147,116); }

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