#4F946F

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

Shades of Ocean Green #4F946F

Tints of Ocean Green #4F946F

Color information

#4F946F (or 0x4F946F) is unknown color: approx Ocean Green. HEX triplet: 4F, 94 and 6F. RGB value is (79,148,111). Sum of RGB (Red+Green+Blue) = 79+148+111=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #4F946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F946F is #B06B90. Grayscale: #7B7B7B. Windows color (decimal): -11561873 or 7312463. OLE color: 7312463.

HSL color Cylindrical-coordinate representation of color #4F946F: hue angle of 147.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F946F is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB79148111-
CMYK0.4700.250.42
HSL147.83º30.4%44.51%-
HSV(B)147.83º46.62%58.04%-
XYZ16.6823.9918.79-
YUV123.15121.1496.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=23.37%
G=43.79%
B=32.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481110.4700.250.42147.8330.444.51
Hex4F946F2F0192A941e2d
Octal11722415757031522243655
Binary10011111001010011011111011110110011010101001010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,111); }

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

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

 a { background-color: rgb(79,148,111); }

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

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

 span { border-color: rgb(79,148,111); }

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