#4F9376

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

Shades of Cutty Sark #4F9376

Tints of Cutty Sark #4F9376

Color information

#4F9376 (or 0x4F9376) is unknown color: approx Cutty Sark. HEX triplet: 4F, 93 and 76. RGB value is (79,147,118). Sum of RGB (Red+Green+Blue) = 79+147+118=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9376 is #B06C89. Grayscale: #7B7B7B. Windows color (decimal): -11562122 or 7770959. OLE color: 7770959.

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

Color convert

RGB79147118-
CMYK0.4600.200.42
HSL154.41º30.09%44.31%-
HSV(B)154.41º46.26%57.65%-
XYZ16.9323.8420.85-
YUV123.36124.9796.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.97%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=22.97%
G=42.73%
B=34.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471180.4600.200.42154.4130.0944.31
Hex4F93762E0142A9a1e2c
Octal11722316656024522323654
Binary10011111001001111101101011100101001010101001101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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