#46A577

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

Shades of Ocean Green #46A577

Tints of Ocean Green #46A577

Color information

#46A577 (or 0x46A577) is unknown color: approx Ocean Green. HEX triplet: 46, A5 and 77. RGB value is (70,165,119). Sum of RGB (Red+Green+Blue) = 70+165+119=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #46A577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A577 is #B95A88. Grayscale: #838383. Windows color (decimal): -12147337 or 7841094. OLE color: 7841094.

HSL color Cylindrical-coordinate representation of color #46A577: hue angle of 150.95º degrees, saturation: 0.4, 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 #46A577 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB70165119-
CMYK0.5800.280.35
HSL150.95º40.43%46.08%-
HSV(B)150.95º57.58%64.71%-
XYZ19.3129.5422.14-
YUV131.35121.0384.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.77%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=19.77%
G=46.61%
B=33.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701651190.5800.280.35150.9540.4346.08
Hex46A5773A01C2397282e
Octal10624516772034432275056
Binary100011010100101111011111101001110010001110010111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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