#4F9974

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

Shades of Ocean Green #4F9974

Tints of Ocean Green #4F9974

Color information

#4F9974 (or 0x4F9974) is unknown color: approx Ocean Green. HEX triplet: 4F, 99 and 74. RGB value is (79,153,116). Sum of RGB (Red+Green+Blue) = 79+153+116=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9974 is #B0668B. Grayscale: #7E7E7E. Windows color (decimal): -11560588 or 7641423. OLE color: 7641423.

HSL color Cylindrical-coordinate representation of color #4F9974: hue angle of 150º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9974 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB79153116-
CMYK0.4800.240.4
HSL150º31.9%45.49%-
HSV(B)150º48.37%60%-
XYZ17.7725.7120.55-
YUV126.66121.9894.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=22.70%
G=43.97%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791531160.4800.240.415031.945.49
Hex4F9974300182896202d
Octal11723116460030502264055
Binary100111110011001111010011000001100010100010010110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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