#4F9372

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

Shades of Ocean Green #4F9372

Tints of Ocean Green #4F9372

Color information

#4F9372 (or 0x4F9372) is unknown color: approx Ocean Green. HEX triplet: 4F, 93 and 72. RGB value is (79,147,114). Sum of RGB (Red+Green+Blue) = 79+147+114=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9372 is #B06C8D. Grayscale: #7A7A7A. Windows color (decimal): -11562126 or 7508815. OLE color: 7508815.

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

Color convert

RGB79147114-
CMYK0.4600.220.42
HSL150.88º30.09%44.31%-
HSV(B)150.88º46.26%57.65%-
XYZ16.723.7419.62-
YUV122.91122.9796.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.24%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=23.24%
G=43.24%
B=33.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471140.4600.220.42150.8830.0944.31
Hex4F93722E0162A971e2c
Octal11722316256026522273654
Binary10011111001001111100101011100101101010101001011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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