#4F9473

Color #4F9473 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4F9473

Tints of Ocean Green #4F9473

Color information

#4F9473 (or 0x4F9473) is unknown color: approx Ocean Green. HEX triplet: 4F, 94 and 73. RGB value is (79,148,115). Sum of RGB (Red+Green+Blue) = 79+148+115=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9473 is #B06B8C. Grayscale: #7B7B7B. Windows color (decimal): -11561869 or 7574607. OLE color: 7574607.

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

Color convert

RGB79148115-
CMYK0.4700.220.42
HSL151.3º30.4%44.51%-
HSV(B)151.3º46.62%58.04%-
XYZ16.9124.0819.98-
YUV123.61123.1496.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=23.10%
G=43.27%
B=33.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481150.4700.220.42151.330.444.51
Hex4F94732F0162A971e2d
Octal11722416357026522273655
Binary10011111001010011100111011110101101010101001011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,115); }

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

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

 a { background-color: rgb(79,148,115); }

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

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

 span { border-color: rgb(79,148,115); }

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