#4FA278

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

Shades of Ocean Green #4FA278

Tints of Ocean Green #4FA278

Color information

#4FA278 (or 0x4FA278) is unknown color: approx Ocean Green. HEX triplet: 4F, A2 and 78. RGB value is (79,162,120). Sum of RGB (Red+Green+Blue) = 79+162+120=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA278 is #B05D87. Grayscale: #848484. Windows color (decimal): -11558280 or 7905871. OLE color: 7905871.

HSL color Cylindrical-coordinate representation of color #4FA278: hue angle of 149.64º 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 #4FA278 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB79162120-
CMYK0.5100.260.36
HSL149.64º34.44%47.25%-
HSV(B)149.64º51.23%63.53%-
XYZ19.5328.8622.31-
YUV132.3912189.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=21.88%
G=44.88%
B=33.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791621200.5100.260.36149.6434.4447.25
Hex4FA2783301A2496222f
Octal11724217063032442264257
Binary100111110100010111100011001101101010010010010110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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