#46966A

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

Shades of Ocean Green #46966A

Tints of Ocean Green #46966A

Color information

#46966A (or 0x46966A) is unknown color: approx Ocean Green. HEX triplet: 46, 96 and 6A. RGB value is (70,150,106). Sum of RGB (Red+Green+Blue) = 70+150+106=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #46966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46966A is #B96995. Grayscale: #797979. Windows color (decimal): -12151190 or 6985286. OLE color: 6985286.

HSL color Cylindrical-coordinate representation of color #46966A: hue angle of 147º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46966A is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB70150106-
CMYK0.5300.290.41
HSL147º36.36%43.14%-
HSV(B)147º53.33%58.82%-
XYZ16.0324.1617.45-
YUV121.06119.591.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=21.47%
G=46.01%
B=32.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701501060.5300.290.4114736.3643.14
Hex46966A3501D2993242b
Octal10622615265035512234453
Binary100011010010110110101011010101110110100110010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46966A; }

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

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

<style>
 a { background-color: #46966A; }

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

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

<style>
 span { border-color: #46966A; }

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

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