#4FB37F

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

Shades of Ocean Green #4FB37F

Tints of Ocean Green #4FB37F

Color information

#4FB37F (or 0x4FB37F) is unknown color: approx Ocean Green. HEX triplet: 4F, B3 and 7F. RGB value is (79,179,127). Sum of RGB (Red+Green+Blue) = 79+179+127=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB37F is #B04C80. Grayscale: #8F8F8F. Windows color (decimal): -11553921 or 8368975. OLE color: 8368975.

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

Color convert

RGB79179127-
CMYK0.5600.290.30
HSL148.8º39.68%50.59%-
HSV(B)148.8º55.87%70.2%-
XYZ23.1835.4325.7-
YUV143.17118.8782.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.52%
GREEN value IS 179 (70.31% from 255) = 46.49%
BLUE value IS 127 (50% from 255) = 32.99%
R=20.52%
G=46.49%
B=32.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791791270.5600.290.30148.839.6850.59
Hex4FB37F3801D1E952833
Octal11726317770035362255063
Binary10011111011001111111111110000111011111010010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,179,127); }

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

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

 a { background-color: rgb(79,179,127); }

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

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

 span { border-color: rgb(79,179,127); }

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