#46A16A

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

Shades of Ocean Green #46A16A

Tints of Ocean Green #46A16A

Color information

#46A16A (or 0x46A16A) is unknown color: approx Ocean Green. HEX triplet: 46, A1 and 6A. RGB value is (70,161,106). Sum of RGB (Red+Green+Blue) = 70+161+106=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #46A16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A16A is #B95E95. Grayscale: #7F7F7F. Windows color (decimal): -12148374 or 6988102. OLE color: 6988102.

HSL color Cylindrical-coordinate representation of color #46A16A: hue angle of 143.74º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A16A is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB70161106-
CMYK0.5700.340.37
HSL143.74º39.39%45.29%-
HSV(B)143.74º56.52%63.14%-
XYZ17.8727.8318.07-
YUV127.52115.8586.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=20.77%
G=47.77%
B=31.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal701611060.5700.340.37143.7439.3945.29
Hex46A16A390222590272d
Octal10624115271042452204755
Binary1000110101000011101010111001010001010010110010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,161,106); }

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

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

 a { background-color: rgb(70,161,106); }

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

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

 span { border-color: rgb(70,161,106); }

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