#46996F

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

Shades of Ocean Green #46996F

Tints of Ocean Green #46996F

Color information

#46996F (or 0x46996F) is unknown color: approx Ocean Green. HEX triplet: 46, 99 and 6F. RGB value is (70,153,111). Sum of RGB (Red+Green+Blue) = 70+153+111=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #46996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46996F is #B96690. Grayscale: #7B7B7B. Windows color (decimal): -12150417 or 7313734. OLE color: 7313734.

HSL color Cylindrical-coordinate representation of color #46996F: hue angle of 149.64º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46996F is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB70153111-
CMYK0.5400.270.4
HSL149.64º37.22%43.73%-
HSV(B)149.64º54.25%60%-
XYZ16.7925.2319.02-
YUV123.3912189.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.96%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=20.96%
G=45.81%
B=33.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531110.5400.270.4149.6437.2243.73
Hex46996F3601B2896252c
Octal10623115766033502264554
Binary100011010011001110111111011001101110100010010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46996F; }

 p { color: rgb(70,153,111); }

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

<style>
 a { background-color: #46996F; }

 a { background-color: rgb(70,153,111); }

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

<style>
 span { border-color: #46996F; }

 span { border-color: rgb(70,153,111); }

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