#409972

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

Shades of Ocean Green #409972

Tints of Ocean Green #409972

Color information

#409972 (or 0x409972) is unknown color: approx Ocean Green. HEX triplet: 40, 99 and 72. RGB value is (64,153,114). Sum of RGB (Red+Green+Blue) = 64+153+114=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #409972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409972 is #BF668D. Grayscale: #7A7A7A. Windows color (decimal): -12543630 or 7510336. OLE color: 7510336.

HSL color Cylindrical-coordinate representation of color #409972: hue angle of 153.71º 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 #409972 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB64153114-
CMYK0.5800.250.4
HSL153.71º41.01%42.55%-
HSV(B)153.71º58.17%60%-
XYZ16.5425.0919.89-
YUV121.94123.5186.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=19.34%
G=46.22%
B=34.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531140.5800.250.4153.7141.0142.55
Hex4099723A019289a292b
Octal10023116272031502325153
Binary100000010011001111001011101001100110100010011010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409972; }

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

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

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

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

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

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

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

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