#4F9377

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

Shades of Cutty Sark #4F9377

Tints of Cutty Sark #4F9377

Color information

#4F9377 (or 0x4F9377) is unknown color: approx Cutty Sark. HEX triplet: 4F, 93 and 77. RGB value is (79,147,119). Sum of RGB (Red+Green+Blue) = 79+147+119=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9377 is #B06C88. Grayscale: #7B7B7B. Windows color (decimal): -11562121 or 7836495. OLE color: 7836495.

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

Color convert

RGB79147119-
CMYK0.4600.190.42
HSL155.29º30.09%44.31%-
HSV(B)155.29º46.26%57.65%-
XYZ16.9923.8621.16-
YUV123.48125.4796.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=22.90%
G=42.61%
B=34.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471190.4600.190.42155.2930.0944.31
Hex4F93772E0132A9b1e2c
Octal11722316756023522333654
Binary10011111001001111101111011100100111010101001101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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