#46A37C

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

Shades of Ocean Green #46A37C

Tints of Ocean Green #46A37C

Color information

#46A37C (or 0x46A37C) is unknown color: approx Ocean Green. HEX triplet: 46, A3 and 7C. RGB value is (70,163,124). Sum of RGB (Red+Green+Blue) = 70+163+124=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #46A37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A37C is #B95C83. Grayscale: #828282. Windows color (decimal): -12147844 or 8168262. OLE color: 8168262.

HSL color Cylindrical-coordinate representation of color #46A37C: hue angle of 154.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A37C is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB70163124-
CMYK0.5700.240.36
HSL154.84º39.91%45.69%-
HSV(B)154.84º57.06%63.92%-
XYZ19.2628.9523.64-
YUV130.75124.1984.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 163 (64.06% from 255) = 45.66%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=19.61%
G=45.66%
B=34.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701631240.5700.240.36154.8439.9145.69
Hex46A37C39018249b282e
Octal10624317471030442335056
Binary100011010100011111110011100101100010010010011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,163,124); }

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

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

 a { background-color: rgb(70,163,124); }

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

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

 span { border-color: rgb(70,163,124); }

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