#4F8B70

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

Shades of Cutty Sark #4F8B70

Tints of Cutty Sark #4F8B70

Color information

#4F8B70 (or 0x4F8B70) is unknown color: approx Cutty Sark. HEX triplet: 4F, 8B and 70. RGB value is (79,139,112). Sum of RGB (Red+Green+Blue) = 79+139+112=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #4F8B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8B70 is #B0748F. Grayscale: #767676. Windows color (decimal): -11564176 or 7375695. OLE color: 7375695.

HSL color Cylindrical-coordinate representation of color #4F8B70: hue angle of 153º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8B70 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB79139112-
CMYK0.4300.190.45
HSL153º27.52%42.75%-
HSV(B)153º43.17%54.51%-
XYZ15.3821.318.63-
YUV117.98124.62100.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=23.94%
G=42.12%
B=33.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791391120.4300.190.4515327.5242.75
Hex4F8B702B0132D991c2b
Octal11721316053023552313453
Binary10011111000101111100001010110100111011011001100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,139,112); }

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

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

 a { background-color: rgb(79,139,112); }

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

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

 span { border-color: rgb(79,139,112); }

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