#4FA974

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

Shades of Ocean Green #4FA974

Tints of Ocean Green #4FA974

Color information

#4FA974 (or 0x4FA974) is unknown color: approx Ocean Green. HEX triplet: 4F, A9 and 74. RGB value is (79,169,116). Sum of RGB (Red+Green+Blue) = 79+169+116=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA974 is #B0568B. Grayscale: #888888. Windows color (decimal): -11556492 or 7645519. OLE color: 7645519.

HSL color Cylindrical-coordinate representation of color #4FA974: hue angle of 144.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA974 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB79169116-
CMYK0.5300.310.34
HSL144.67º36.29%48.63%-
HSV(B)144.67º53.25%66.27%-
XYZ20.5631.321.48-
YUV136.05116.6887.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 169 (66.41% from 255) = 46.43%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=21.70%
G=46.43%
B=31.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal791691160.5300.310.34144.6736.2948.63
Hex4FA9743501F22912431
Octal11725116465037422214461
Binary100111110101001111010011010101111110001010010001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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