#409A71

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

Shades of Ocean Green #409A71

Tints of Ocean Green #409A71

Color information

#409A71 (or 0x409A71) is unknown color: approx Ocean Green. HEX triplet: 40, 9A and 71. RGB value is (64,154,113). Sum of RGB (Red+Green+Blue) = 64+154+113=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #409A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A71 is #BF658E. Grayscale: #7A7A7A. Windows color (decimal): -12543375 or 7445056. OLE color: 7445056.

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

Color convert

RGB64154113-
CMYK0.5800.270.40
HSL152.67º41.28%42.75%-
HSV(B)152.67º58.44%60.39%-
XYZ16.6525.3919.65-
YUV122.42122.6886.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=19.34%
G=46.53%
B=34.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641541130.5800.270.40152.6741.2842.75
Hex409A713A01B2899292b
Octal10023216172033502315153
Binary100000010011010111000111101001101110100010011001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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