#40A36F

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

Shades of Ocean Green #40A36F

Tints of Ocean Green #40A36F

Color information

#40A36F (or 0x40A36F) is unknown color: approx Ocean Green. HEX triplet: 40, A3 and 6F. RGB value is (64,163,111). Sum of RGB (Red+Green+Blue) = 64+163+111=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #40A36F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A36F is #BF5C90. Grayscale: #7F7F7F. Windows color (decimal): -12541073 or 7316288. OLE color: 7316288.

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

Color convert

RGB64163111-
CMYK0.6100.320.36
HSL148.48º43.61%44.51%-
HSV(B)148.48º60.74%63.92%-
XYZ18.0828.4319.57-
YUV127.47118.782.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 163 (64.06% from 255) = 48.22%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=18.93%
G=48.22%
B=32.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641631110.6100.320.36148.4843.6144.51
Hex40A36F3D02024942c2d
Octal10024315775040442245455
Binary1000000101000111101111111101010000010010010010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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