#409974

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

Shades of Ocean Green #409974

Tints of Ocean Green #409974

Color information

#409974 (or 0x409974) is unknown color: approx Ocean Green. HEX triplet: 40, 99 and 74. RGB value is (64,153,116). Sum of RGB (Red+Green+Blue) = 64+153+116=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #409974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409974 is #BF668B. Grayscale: #7A7A7A. Windows color (decimal): -12543628 or 7641408. OLE color: 7641408.

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

Color convert

RGB64153116-
CMYK0.5800.240.4
HSL155.06º41.01%42.55%-
HSV(B)155.06º58.17%60%-
XYZ16.6625.1320.5-
YUV122.17124.5186.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=19.22%
G=45.95%
B=34.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531160.5800.240.4155.0641.0142.55
Hex4099743A018289b292b
Octal10023116472030502335153
Binary100000010011001111010011101001100010100010011011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409974; }

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

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

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

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

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

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

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

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