#4FB576

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

Shades of Ocean Green #4FB576

Tints of Ocean Green #4FB576

Color information

#4FB576 (or 0x4FB576) is unknown color: approx Ocean Green. HEX triplet: 4F, B5 and 76. RGB value is (79,181,118). Sum of RGB (Red+Green+Blue) = 79+181+118=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB576 is #B04A89. Grayscale: #8F8F8F. Windows color (decimal): -11553418 or 7779663. OLE color: 7779663.

HSL color Cylindrical-coordinate representation of color #4FB576: hue angle of 142.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB576 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB79181118-
CMYK0.5600.350.29
HSL142.94º40.8%50.98%-
HSV(B)142.94º56.35%70.98%-
XYZ23.0236.0222.88-
YUV143.32113.7182.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=20.90%
G=47.88%
B=31.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791811180.5600.350.29142.9440.850.98
Hex4FB576380231D8f2933
Octal11726516670043352175163
Binary100111110110101111011011100001000111110110001111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,181,118); }

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

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

 a { background-color: rgb(79,181,118); }

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

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

 span { border-color: rgb(79,181,118); }

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