#46A66C

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

Shades of Ocean Green #46A66C

Tints of Ocean Green #46A66C

Color information

#46A66C (or 0x46A66C) is unknown color: approx Ocean Green. HEX triplet: 46, A6 and 6C. RGB value is (70,166,108). Sum of RGB (Red+Green+Blue) = 70+166+108=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #46A66C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A66C is #B95993. Grayscale: #828282. Windows color (decimal): -12147092 or 7120454. OLE color: 7120454.

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

Color convert

RGB70166108-
CMYK0.5800.350.35
HSL143.75º40.68%46.27%-
HSV(B)143.75º57.83%65.1%-
XYZ18.8729.6618.92-
YUV130.68115.284.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 166 (65.23% from 255) = 48.26%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=20.35%
G=48.26%
B=31.40%

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
Decimal701661080.5800.350.35143.7540.6846.27
Hex46A66C3A0232390292e
Octal10624615472043432205156
Binary1000110101001101101100111010010001110001110010000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,166,108); }

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

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

 a { background-color: rgb(70,166,108); }

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

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

 span { border-color: rgb(70,166,108); }

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