#46946E

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

Shades of Ocean Green #46946E

Tints of Ocean Green #46946E

Color information

#46946E (or 0x46946E) is unknown color: approx Ocean Green. HEX triplet: 46, 94 and 6E. RGB value is (70,148,110). Sum of RGB (Red+Green+Blue) = 70+148+110=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #46946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46946E is #B96B91. Grayscale: #787878. Windows color (decimal): -12151698 or 7246918. OLE color: 7246918.

HSL color Cylindrical-coordinate representation of color #46946E: hue angle of 150.77º 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 #46946E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB70148110-
CMYK0.5300.260.42
HSL150.77º35.78%42.75%-
HSV(B)150.77º52.7%58.04%-
XYZ15.9323.6118.47-
YUV120.35122.1692.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=21.34%
G=45.12%
B=33.54%

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
Decimal701481100.5300.260.42150.7735.7842.75
Hex46946E3501A2A97242b
Octal10622415665032522274453
Binary100011010010100110111011010101101010101010010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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