#46A27A

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

Shades of Ocean Green #46A27A

Tints of Ocean Green #46A27A

Color information

#46A27A (or 0x46A27A) is unknown color: approx Ocean Green. HEX triplet: 46, A2 and 7A. RGB value is (70,162,122). Sum of RGB (Red+Green+Blue) = 70+162+122=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #46A27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A27A is #B95D85. Grayscale: #828282. Windows color (decimal): -12148102 or 8036934. OLE color: 8036934.

HSL color Cylindrical-coordinate representation of color #46A27A: hue angle of 153.91º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A27A is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB70162122-
CMYK0.5700.250.36
HSL153.91º39.66%45.49%-
HSV(B)153.91º56.79%63.53%-
XYZ18.9628.5522.92-
YUV129.93123.5285.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.77%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=19.77%
G=45.76%
B=34.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701621220.5700.250.36153.9139.6645.49
Hex46A27A39019249a282d
Octal10624217271031442325055
Binary100011010100010111101011100101100110010010011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,162,122); }

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

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

 a { background-color: rgb(70,162,122); }

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

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

 span { border-color: rgb(70,162,122); }

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