#40A278

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

Shades of Ocean Green #40A278

Tints of Ocean Green #40A278

Color information

#40A278 (or 0x40A278) is unknown color: approx Ocean Green. HEX triplet: 40, A2 and 78. RGB value is (64,162,120). Sum of RGB (Red+Green+Blue) = 64+162+120=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #40A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A278 is #BF5D87. Grayscale: #7F7F7F. Windows color (decimal): -12541320 or 7905856. OLE color: 7905856.

HSL color Cylindrical-coordinate representation of color #40A278: hue angle of 154.29º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A278 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB64162120-
CMYK0.6000.260.36
HSL154.29º43.36%44.31%-
HSV(B)154.29º60.49%63.53%-
XYZ18.4228.2922.26-
YUV127.91123.5382.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=18.50%
G=46.82%
B=34.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641621200.6000.260.36154.2943.3644.31
Hex40A2783C01A249a2b2c
Octal10024217074032442325354
Binary100000010100010111100011110001101010010010011010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,162,120); }

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

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

 a { background-color: rgb(64,162,120); }

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

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

 span { border-color: rgb(64,162,120); }

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