#46AF74

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

Shades of Ocean Green #46AF74

Tints of Ocean Green #46AF74

Color information

#46AF74 (or 0x46AF74) is unknown color: approx Ocean Green. HEX triplet: 46, AF and 74. RGB value is (70,175,116). Sum of RGB (Red+Green+Blue) = 70+175+116=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF74 is #B9508B. Grayscale: #898989. Windows color (decimal): -12144780 or 7647046. OLE color: 7647046.

HSL color Cylindrical-coordinate representation of color #46AF74: hue angle of 146.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AF74 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB70175116-
CMYK0.6000.340.31
HSL146.29º42.86%48.04%-
HSV(B)146.29º60%68.63%-
XYZ21.0133.2221.83-
YUV136.88116.2180.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=19.39%
G=48.48%
B=32.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701751160.6000.340.31146.2942.8648.04
Hex46AF743C0221F922b30
Octal10625716474042372225360
Binary100011010101111111010011110001000101111110010010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,175,116); }

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

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

 a { background-color: rgb(70,175,116); }

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

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

 span { border-color: rgb(70,175,116); }

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