#4F9973

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

Shades of Ocean Green #4F9973

Tints of Ocean Green #4F9973

Color information

#4F9973 (or 0x4F9973) is unknown color: approx Ocean Green. HEX triplet: 4F, 99 and 73. RGB value is (79,153,115). Sum of RGB (Red+Green+Blue) = 79+153+115=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9973 is #B0668C. Grayscale: #7E7E7E. Windows color (decimal): -11560589 or 7575887. OLE color: 7575887.

HSL color Cylindrical-coordinate representation of color #4F9973: hue angle of 149.19º 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 #4F9973 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB79153115-
CMYK0.4800.250.4
HSL149.19º31.9%45.49%-
HSV(B)149.19º48.37%60%-
XYZ17.7125.6820.24-
YUV126.54121.4894.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.77%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=22.77%
G=44.09%
B=33.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791531150.4800.250.4149.1931.945.49
Hex4F9973300192895202d
Octal11723116360031502254055
Binary100111110011001111001111000001100110100010010101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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