#4FA272

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

Shades of Ocean Green #4FA272

Tints of Ocean Green #4FA272

Color information

#4FA272 (or 0x4FA272) is unknown color: approx Ocean Green. HEX triplet: 4F, A2 and 72. RGB value is (79,162,114). Sum of RGB (Red+Green+Blue) = 79+162+114=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA272 is #B05D8D. Grayscale: #838383. Windows color (decimal): -11558286 or 7512655. OLE color: 7512655.

HSL color Cylindrical-coordinate representation of color #4FA272: hue angle of 145.3º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA272 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB79162114-
CMYK0.5100.300.36
HSL145.3º34.44%47.25%-
HSV(B)145.3º51.23%63.53%-
XYZ19.1828.7220.45-
YUV131.7111890.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=22.25%
G=45.63%
B=32.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791621140.5100.300.36145.334.4447.25
Hex4FA2723301E2491222f
Octal11724216263036442214257
Binary100111110100010111001011001101111010010010010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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