#46A06E

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

Shades of Ocean Green #46A06E

Tints of Ocean Green #46A06E

Color information

#46A06E (or 0x46A06E) is unknown color: approx Ocean Green. HEX triplet: 46, A0 and 6E. RGB value is (70,160,110). Sum of RGB (Red+Green+Blue) = 70+160+110=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #46A06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A06E is #B95F91. Grayscale: #7F7F7F. Windows color (decimal): -12148626 or 7249990. OLE color: 7249990.

HSL color Cylindrical-coordinate representation of color #46A06E: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46A06E is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB70160110-
CMYK0.5600.310.37
HSL146.67º39.13%45.1%-
HSV(B)146.67º56.25%62.75%-
XYZ17.9127.5719.13-
YUV127.39118.1887.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 160 (62.89% from 255) = 47.06%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=20.59%
G=47.06%
B=32.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal701601100.5600.310.37146.6739.1345.1
Hex46A06E3801F2593272d
Octal10624015670037452234755
Binary100011010100000110111011100001111110010110010011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,160,110); }

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

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

 a { background-color: rgb(70,160,110); }

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

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

 span { border-color: rgb(70,160,110); }

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