#46A671

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

Shades of Ocean Green #46A671

Tints of Ocean Green #46A671

Color information

#46A671 (or 0x46A671) is unknown color: approx Ocean Green. HEX triplet: 46, A6 and 71. RGB value is (70,166,113). Sum of RGB (Red+Green+Blue) = 70+166+113=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #46A671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A671 is #B9598E. Grayscale: #838383. Windows color (decimal): -12147087 or 7448134. OLE color: 7448134.

HSL color Cylindrical-coordinate representation of color #46A671: hue angle of 146.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A671 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB70166113-
CMYK0.5800.320.35
HSL146.88º40.68%46.27%-
HSV(B)146.88º57.83%65.1%-
XYZ19.1429.7720.36-
YUV131.25117.784.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 166 (65.23% from 255) = 47.56%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=20.06%
G=47.56%
B=32.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701661130.5800.320.35146.8840.6846.27
Hex46A6713A0202393292e
Octal10624616172040432235156
Binary1000110101001101110001111010010000010001110010011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A671; }

 p { color: rgb(70,166,113); }

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

<style>
 a { background-color: #46A671; }

 a { background-color: rgb(70,166,113); }

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

<style>
 span { border-color: #46A671; }

 span { border-color: rgb(70,166,113); }

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