#46A777

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

Shades of Ocean Green #46A777

Tints of Ocean Green #46A777

Color information

#46A777 (or 0x46A777) is unknown color: approx Ocean Green. HEX triplet: 46, A7 and 77. RGB value is (70,167,119). Sum of RGB (Red+Green+Blue) = 70+167+119=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #46A777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A777 is #B95888. Grayscale: #848484. Windows color (decimal): -12146825 or 7841606. OLE color: 7841606.

HSL color Cylindrical-coordinate representation of color #46A777: hue angle of 150.31º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A777 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB70167119-
CMYK0.5800.290.35
HSL150.31º40.93%46.47%-
HSV(B)150.31º58.08%65.49%-
XYZ19.6730.2722.26-
YUV132.52120.3683.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 167 (65.62% from 255) = 46.91%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=19.66%
G=46.91%
B=33.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701671190.5800.290.35150.3140.9346.47
Hex46A7773A01D2396292e
Octal10624716772035432265156
Binary100011010100111111011111101001110110001110010110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A777; }

 p { color: rgb(70,167,119); }

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

<style>
 a { background-color: #46A777; }

 a { background-color: rgb(70,167,119); }

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

<style>
 span { border-color: #46A777; }

 span { border-color: rgb(70,167,119); }

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