#4F946C

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

Shades of Ocean Green #4F946C

Tints of Ocean Green #4F946C

Color information

#4F946C (or 0x4F946C) is unknown color: approx Ocean Green. HEX triplet: 4F, 94 and 6C. RGB value is (79,148,108). Sum of RGB (Red+Green+Blue) = 79+148+108=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #4F946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F946C is #B06B93. Grayscale: #7A7A7A. Windows color (decimal): -11561876 or 7115855. OLE color: 7115855.

HSL color Cylindrical-coordinate representation of color #4F946C: hue angle of 145.22º 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 #4F946C is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB79148108-
CMYK0.4700.270.42
HSL145.22º30.4%44.51%-
HSV(B)145.22º46.62%58.04%-
XYZ16.5223.9217.93-
YUV122.81119.6496.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=23.58%
G=44.18%
B=32.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481080.4700.270.42145.2230.444.51
Hex4F946C2F01B2A911e2d
Octal11722415457033522213655
Binary10011111001010011011001011110110111010101001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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