#409C6F

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

Shades of Ocean Green #409C6F

Tints of Ocean Green #409C6F

Color information

#409C6F (or 0x409C6F) is unknown color: approx Ocean Green. HEX triplet: 40, 9C and 6F. RGB value is (64,156,111). Sum of RGB (Red+Green+Blue) = 64+156+111=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #409C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409C6F is #BF6390. Grayscale: #7B7B7B. Windows color (decimal): -12542865 or 7314496. OLE color: 7314496.

HSL color Cylindrical-coordinate representation of color #409C6F: hue angle of 150.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C6F is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB64156111-
CMYK0.5900.290.39
HSL150.65º41.82%43.14%-
HSV(B)150.65º58.97%61.18%-
XYZ16.8726.0119.17-
YUV123.36121.0285.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=19.34%
G=47.13%
B=33.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641561110.5900.290.39150.6541.8243.14
Hex409C6F3B01D27972a2b
Octal10023415773035472275253
Binary100000010011100110111111101101110110011110010111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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