#40A46D

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

Shades of Ocean Green #40A46D

Tints of Ocean Green #40A46D

Color information

#40A46D (or 0x40A46D) is unknown color: approx Ocean Green. HEX triplet: 40, A4 and 6D. RGB value is (64,164,109). Sum of RGB (Red+Green+Blue) = 64+164+109=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #40A46D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A46D is #BF5B92. Grayscale: #7F7F7F. Windows color (decimal): -12540819 or 7185472. OLE color: 7185472.

HSL color Cylindrical-coordinate representation of color #40A46D: hue angle of 147º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A46D is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB64164109-
CMYK0.6100.340.36
HSL147º43.86%44.71%-
HSV(B)147º60.98%64.31%-
XYZ18.1528.7519.06-
YUV127.83117.3782.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 164 (64.45% from 255) = 48.66%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=18.99%
G=48.66%
B=32.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641641090.6100.340.3614743.8644.71
Hex40A46D3D02224932c2d
Octal10024415575042442235455
Binary1000000101001001101101111101010001010010010010011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A46D; }

 p { color: rgb(64,164,109); }

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

<style>
 a { background-color: #40A46D; }

 a { background-color: rgb(64,164,109); }

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

<style>
 span { border-color: #40A46D; }

 span { border-color: rgb(64,164,109); }

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