#409971

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

Shades of Ocean Green #409971

Tints of Ocean Green #409971

Color information

#409971 (or 0x409971) is unknown color: approx Ocean Green. HEX triplet: 40, 99 and 71. RGB value is (64,153,113). Sum of RGB (Red+Green+Blue) = 64+153+113=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #409971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409971 is #BF668E. Grayscale: #797979. Windows color (decimal): -12543631 or 7444800. OLE color: 7444800.

HSL color Cylindrical-coordinate representation of color #409971: hue angle of 153.03º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409971 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB64153113-
CMYK0.5800.260.4
HSL153.03º41.01%42.55%-
HSV(B)153.03º58.17%60%-
XYZ16.4925.0619.59-
YUV121.83123.0186.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=19.39%
G=46.36%
B=34.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531130.5800.260.4153.0341.0142.55
Hex4099713A01A2899292b
Octal10023116172032502315153
Binary100000010011001111000111101001101010100010011001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409971; }

 p { color: rgb(64,153,113); }

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

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

 a { background-color: rgb(64,153,113); }

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

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

 span { border-color: rgb(64,153,113); }

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