#46956E

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

Shades of Ocean Green #46956E

Tints of Ocean Green #46956E

Color information

#46956E (or 0x46956E) is unknown color: approx Ocean Green. HEX triplet: 46, 95 and 6E. RGB value is (70,149,110). Sum of RGB (Red+Green+Blue) = 70+149+110=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #46956E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46956E is #B96A91. Grayscale: #797979. Windows color (decimal): -12151442 or 7247174. OLE color: 7247174.

HSL color Cylindrical-coordinate representation of color #46956E: hue angle of 150.38º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46956E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB70149110-
CMYK0.5300.260.42
HSL150.38º36.07%42.94%-
HSV(B)150.38º53.02%58.43%-
XYZ16.0923.9218.52-
YUV120.93121.8391.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=21.28%
G=45.29%
B=33.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491100.5300.260.42150.3836.0742.94
Hex46956E3501A2A96242b
Octal10622515665032522264453
Binary100011010010101110111011010101101010101010010110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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