#40A36E

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

Shades of Ocean Green #40A36E

Tints of Ocean Green #40A36E

Color information

#40A36E (or 0x40A36E) is unknown color: approx Ocean Green. HEX triplet: 40, A3 and 6E. RGB value is (64,163,110). Sum of RGB (Red+Green+Blue) = 64+163+110=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #40A36E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A36E is #BF5C91. Grayscale: #7F7F7F. Windows color (decimal): -12541074 or 7250752. OLE color: 7250752.

HSL color Cylindrical-coordinate representation of color #40A36E: hue angle of 147.88º 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 #40A36E is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB64163110-
CMYK0.6100.330.36
HSL147.88º43.61%44.51%-
HSV(B)147.88º60.74%63.92%-
XYZ18.0328.4119.29-
YUV127.36118.282.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=18.99%
G=48.37%
B=32.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641631100.6100.330.36147.8843.6144.51
Hex40A36E3D02124942c2d
Octal10024315675041442245455
Binary1000000101000111101110111101010000110010010010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,110); }

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

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

 a { background-color: rgb(64,163,110); }

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

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

 span { border-color: rgb(64,163,110); }

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