#4FAC74

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

Shades of Ocean Green #4FAC74

Tints of Ocean Green #4FAC74

Color information

#4FAC74 (or 0x4FAC74) is unknown color: approx Ocean Green. HEX triplet: 4F, AC and 74. RGB value is (79,172,116). Sum of RGB (Red+Green+Blue) = 79+172+116=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC74 is #B0538B. Grayscale: #898989. Windows color (decimal): -11555724 or 7646287. OLE color: 7646287.

HSL color Cylindrical-coordinate representation of color #4FAC74: hue angle of 143.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAC74 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB79172116-
CMYK0.5400.330.33
HSL143.87º37.05%49.22%-
HSV(B)143.87º54.07%67.45%-
XYZ21.1332.4321.67-
YUV137.81115.6986.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.53%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=21.53%
G=46.87%
B=31.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791721160.5400.330.33143.8737.0549.22
Hex4FAC743602121902531
Octal11725416466041412204561
Binary1001111101011001110100110110010000110000110010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,172,116); }

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

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

 a { background-color: rgb(79,172,116); }

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

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

 span { border-color: rgb(79,172,116); }

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