#4FAF73

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

Shades of Ocean Green #4FAF73

Tints of Ocean Green #4FAF73

Color information

#4FAF73 (or 0x4FAF73) is unknown color: approx Ocean Green. HEX triplet: 4F, AF and 73. RGB value is (79,175,115). Sum of RGB (Red+Green+Blue) = 79+175+115=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF73 is #B0508C. Grayscale: #8B8B8B. Windows color (decimal): -11554957 or 7581519. OLE color: 7581519.

HSL color Cylindrical-coordinate representation of color #4FAF73: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF73 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB79175115-
CMYK0.5500.340.31
HSL142.5º37.8%49.8%-
HSV(B)142.5º54.86%68.63%-
XYZ21.6533.5621.56-
YUV139.46114.284.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=21.41%
G=47.43%
B=31.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751150.5500.340.31142.537.849.8
Hex4FAF73370221F8e2632
Octal11725716367042372164662
Binary100111110101111111001111011101000101111110001110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,115); }

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

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

 a { background-color: rgb(79,175,115); }

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

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

 span { border-color: rgb(79,175,115); }

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