#46AD71

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

Shades of Ocean Green #46AD71

Tints of Ocean Green #46AD71

Color information

#46AD71 (or 0x46AD71) is unknown color: approx Ocean Green. HEX triplet: 46, AD and 71. RGB value is (70,173,113). Sum of RGB (Red+Green+Blue) = 70+173+113=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD71 is #B9528E. Grayscale: #878787. Windows color (decimal): -12145295 or 7449926. OLE color: 7449926.

HSL color Cylindrical-coordinate representation of color #46AD71: hue angle of 145.05º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD71 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB70173113-
CMYK0.6000.350.32
HSL145.05º42.39%47.65%-
HSV(B)145.05º59.54%67.84%-
XYZ20.4532.3820.8-
YUV135.36115.3881.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=19.66%
G=48.60%
B=31.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701731130.6000.350.32145.0542.3947.65
Hex46AD713C02320912a30
Octal10625516174043402215260
Binary1000110101011011110001111100010001110000010010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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