#439F6D

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

Shades of Ocean Green #439F6D

Tints of Ocean Green #439F6D

Color information

#439F6D (or 0x439F6D) is unknown color: approx Ocean Green. HEX triplet: 43, 9F and 6D. RGB value is (67,159,109). Sum of RGB (Red+Green+Blue) = 67+159+109=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #439F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439F6D is #BC6092. Grayscale: #7D7D7D. Windows color (decimal): -12345491 or 7184195. OLE color: 7184195.

HSL color Cylindrical-coordinate representation of color #439F6D: hue angle of 147.39º 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 #439F6D is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB67159109-
CMYK0.5800.310.38
HSL147.39º40.71%44.31%-
HSV(B)147.39º57.86%62.35%-
XYZ17.4727.0918.78-
YUV125.79118.5286.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=20%
G=47.46%
B=32.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671591090.5800.310.38147.3940.7144.31
Hex439F6D3A01F2693292c
Octal10323715572037462235154
Binary100001110011111110110111101001111110011010010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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