#46A76D

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

Shades of Ocean Green #46A76D

Tints of Ocean Green #46A76D

Color information

#46A76D (or 0x46A76D) is unknown color: approx Ocean Green. HEX triplet: 46, A7 and 6D. RGB value is (70,167,109). Sum of RGB (Red+Green+Blue) = 70+167+109=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #46A76D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A76D is #B95892. Grayscale: #838383. Windows color (decimal): -12146835 or 7186246. OLE color: 7186246.

HSL color Cylindrical-coordinate representation of color #46A76D: hue angle of 144.12º 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 #46A76D is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB70167109-
CMYK0.5800.350.35
HSL144.12º40.93%46.47%-
HSV(B)144.12º58.08%65.49%-
XYZ19.130.0419.26-
YUV131.38115.3684.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 167 (65.62% from 255) = 48.27%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=20.23%
G=48.27%
B=31.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701671090.5800.350.35144.1240.9346.47
Hex46A76D3A0232390292e
Octal10624715572043432205156
Binary1000110101001111101101111010010001110001110010000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,167,109); }

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

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

 a { background-color: rgb(70,167,109); }

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

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

 span { border-color: rgb(70,167,109); }

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