#40A474

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

Shades of Ocean Green #40A474

Tints of Ocean Green #40A474

Color information

#40A474 (or 0x40A474) is unknown color: approx Ocean Green. HEX triplet: 40, A4 and 74. RGB value is (64,164,116). Sum of RGB (Red+Green+Blue) = 64+164+116=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #40A474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A474 is #BF5B8B. Grayscale: #808080. Windows color (decimal): -12540812 or 7644224. OLE color: 7644224.

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

Color convert

RGB64164116-
CMYK0.6100.290.36
HSL151.2º43.86%44.71%-
HSV(B)151.2º60.98%64.31%-
XYZ18.5428.921.12-
YUV128.63120.8781.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 164 (64.45% from 255) = 47.67%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=18.60%
G=47.67%
B=33.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641641160.6100.290.36151.243.8644.71
Hex40A4743D01D24972c2d
Octal10024416475035442275455
Binary100000010100100111010011110101110110010010010111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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