#439F70

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

Shades of Ocean Green #439F70

Tints of Ocean Green #439F70

Color information

#439F70 (or 0x439F70) is unknown color: approx Ocean Green. HEX triplet: 43, 9F and 70. RGB value is (67,159,112). Sum of RGB (Red+Green+Blue) = 67+159+112=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #439F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439F70 is #BC608F. Grayscale: #7E7E7E. Windows color (decimal): -12345488 or 7380803. OLE color: 7380803.

HSL color Cylindrical-coordinate representation of color #439F70: hue angle of 149.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439F70 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB67159112-
CMYK0.5800.300.38
HSL149.35º40.71%44.31%-
HSV(B)149.35º57.86%62.35%-
XYZ17.6427.1619.64-
YUV126.13120.0285.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.82%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=19.82%
G=47.04%
B=33.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671591120.5800.300.38149.3540.7144.31
Hex439F703A01E2695292c
Octal10323716072036462255154
Binary100001110011111111000011101001111010011010010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439F70; }

 p { color: rgb(67,159,112); }

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

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

 a { background-color: rgb(67,159,112); }

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

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

 span { border-color: rgb(67,159,112); }

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