#46996E

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

Shades of Ocean Green #46996E

Tints of Ocean Green #46996E

Color information

#46996E (or 0x46996E) is unknown color: approx Ocean Green. HEX triplet: 46, 99 and 6E. RGB value is (70,153,110). Sum of RGB (Red+Green+Blue) = 70+153+110=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #46996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46996E is #B96691. Grayscale: #7B7B7B. Windows color (decimal): -12150418 or 7248198. OLE color: 7248198.

HSL color Cylindrical-coordinate representation of color #46996E: hue angle of 148.92º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46996E is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB70153110-
CMYK0.5400.280.4
HSL148.92º37.22%43.73%-
HSV(B)148.92º54.25%60%-
XYZ16.7325.2118.74-
YUV123.28120.590-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=21.02%
G=45.95%
B=33.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531100.5400.280.4148.9237.2243.73
Hex46996E3601C2895252c
Octal10623115666034502254554
Binary100011010011001110111011011001110010100010010101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46996E; }

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

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

<style>
 a { background-color: #46996E; }

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

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

<style>
 span { border-color: #46996E; }

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

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