#46A56B

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

Shades of Ocean Green #46A56B

Tints of Ocean Green #46A56B

Color information

#46A56B (or 0x46A56B) is unknown color: approx Ocean Green. HEX triplet: 46, A5 and 6B. RGB value is (70,165,107). Sum of RGB (Red+Green+Blue) = 70+165+107=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #46A56B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A56B is #B95A94. Grayscale: #828282. Windows color (decimal): -12147349 or 7054662. OLE color: 7054662.

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

Color convert

RGB70165107-
CMYK0.5800.350.35
HSL143.37º40.43%46.08%-
HSV(B)143.37º57.58%64.71%-
XYZ18.6329.2718.58-
YUV129.98115.0385.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=20.47%
G=48.25%
B=31.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701651070.5800.350.35143.3740.4346.08
Hex46A56B3A023238f282e
Octal10624515372043432175056
Binary1000110101001011101011111010010001110001110001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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