#46A868

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

Shades of Ocean Green #46A868

Tints of Ocean Green #46A868

Color information

#46A868 (or 0x46A868) is unknown color: approx Ocean Green. HEX triplet: 46, A8 and 68. RGB value is (70,168,104). Sum of RGB (Red+Green+Blue) = 70+168+104=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #46A868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A868 is #B95797. Grayscale: #838383. Windows color (decimal): -12146584 or 6858822. OLE color: 6858822.

HSL color Cylindrical-coordinate representation of color #46A868: hue angle of 140.82º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A868 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB70168104-
CMYK0.5800.380.34
HSL140.82º41.18%46.67%-
HSV(B)140.82º58.33%65.88%-
XYZ19.0330.3117.94-
YUV131.4112.5384.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 168 (66.02% from 255) = 49.12%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=20.47%
G=49.12%
B=30.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701681040.5800.380.34140.8241.1846.67
Hex46A8683A026228d292f
Octal10625015072046422155157
Binary1000110101010001101000111010010011010001010001101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,168,104); }

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

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

 a { background-color: rgb(70,168,104); }

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

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

 span { border-color: rgb(70,168,104); }

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