#46A66F

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

Shades of Ocean Green #46A66F

Tints of Ocean Green #46A66F

Color information

#46A66F (or 0x46A66F) is unknown color: approx Ocean Green. HEX triplet: 46, A6 and 6F. RGB value is (70,166,111). Sum of RGB (Red+Green+Blue) = 70+166+111=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #46A66F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A66F is #B95990. Grayscale: #838383. Windows color (decimal): -12147089 or 7317062. OLE color: 7317062.

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

Color convert

RGB70166111-
CMYK0.5800.330.35
HSL145.62º40.68%46.27%-
HSV(B)145.62º57.83%65.1%-
XYZ19.0329.7219.77-
YUV131.03116.784.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=20.17%
G=47.84%
B=31.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701661110.5800.330.35145.6240.6846.27
Hex46A66F3A0212392292e
Octal10624615772041432225156
Binary1000110101001101101111111010010000110001110010010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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