#46A66A

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

Shades of Ocean Green #46A66A

Tints of Ocean Green #46A66A

Color information

#46A66A (or 0x46A66A) is unknown color: approx Ocean Green. HEX triplet: 46, A6 and 6A. RGB value is (70,166,106). Sum of RGB (Red+Green+Blue) = 70+166+106=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #46A66A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A66A is #B95995. Grayscale: #828282. Windows color (decimal): -12147094 or 6989382. OLE color: 6989382.

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

Color convert

RGB70166106-
CMYK0.5800.360.35
HSL142.5º40.68%46.27%-
HSV(B)142.5º57.83%65.1%-
XYZ18.7629.6218.36-
YUV130.46114.284.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=20.47%
G=48.54%
B=30.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701661060.5800.360.35142.540.6846.27
Hex46A66A3A024238e292e
Octal10624615272044432165156
Binary1000110101001101101010111010010010010001110001110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,166,106); }

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

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

 a { background-color: rgb(70,166,106); }

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

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

 span { border-color: rgb(70,166,106); }

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