#46A272

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

Shades of Ocean Green #46A272

Tints of Ocean Green #46A272

Color information

#46A272 (or 0x46A272) is unknown color: approx Ocean Green. HEX triplet: 46, A2 and 72. RGB value is (70,162,114). Sum of RGB (Red+Green+Blue) = 70+162+114=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #46A272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A272 is #B95D8D. Grayscale: #818181. Windows color (decimal): -12148110 or 7512646. OLE color: 7512646.

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

Color convert

RGB70162114-
CMYK0.5700.300.36
HSL148.7º39.66%45.49%-
HSV(B)148.7º56.79%63.53%-
XYZ18.4828.3620.42-
YUV129.02119.5285.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=20.23%
G=46.82%
B=32.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701621140.5700.300.36148.739.6645.49
Hex46A2723901E2495282d
Octal10624216271036442255055
Binary100011010100010111001011100101111010010010010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,162,114); }

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

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

 a { background-color: rgb(70,162,114); }

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

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

 span { border-color: rgb(70,162,114); }

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