#46996C

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

Shades of Ocean Green #46996C

Tints of Ocean Green #46996C

Color information

#46996C (or 0x46996C) is unknown color: approx Ocean Green. HEX triplet: 46, 99 and 6C. RGB value is (70,153,108). Sum of RGB (Red+Green+Blue) = 70+153+108=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #46996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46996C is #B96693. Grayscale: #7B7B7B. Windows color (decimal): -12150420 or 7117126. OLE color: 7117126.

HSL color Cylindrical-coordinate representation of color #46996C: hue angle of 147.47º 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 #46996C is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB70153108-
CMYK0.5400.290.4
HSL147.47º37.22%43.73%-
HSV(B)147.47º54.25%60%-
XYZ16.6225.1718.17-
YUV123.05119.590.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=21.15%
G=46.22%
B=32.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531080.5400.290.4147.4737.2243.73
Hex46996C3601D2893252c
Octal10623115466035502234554
Binary100011010011001110110011011001110110100010010011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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