#409A6F

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

Shades of Ocean Green #409A6F

Tints of Ocean Green #409A6F

Color information

#409A6F (or 0x409A6F) is unknown color: approx Ocean Green. HEX triplet: 40, 9A and 6F. RGB value is (64,154,111). Sum of RGB (Red+Green+Blue) = 64+154+111=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #409A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A6F is #BF6590. Grayscale: #7A7A7A. Windows color (decimal): -12543377 or 7313984. OLE color: 7313984.

HSL color Cylindrical-coordinate representation of color #409A6F: hue angle of 151.33º 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 #409A6F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB64154111-
CMYK0.5800.280.40
HSL151.33º41.28%42.75%-
HSV(B)151.33º58.44%60.39%-
XYZ16.5425.3519.06-
YUV122.19121.6886.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 154 (60.55% from 255) = 46.81%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=19.45%
G=46.81%
B=33.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641541110.5800.280.40151.3341.2842.75
Hex409A6F3A01C2897292b
Octal10023215772034502275153
Binary100000010011010110111111101001110010100010010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409A6F; }

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

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

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

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

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

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

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

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