#439F6F

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

Shades of Ocean Green #439F6F

Tints of Ocean Green #439F6F

Color information

#439F6F (or 0x439F6F) is unknown color: approx Ocean Green. HEX triplet: 43, 9F and 6F. RGB value is (67,159,111). Sum of RGB (Red+Green+Blue) = 67+159+111=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #439F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439F6F is #BC6090. Grayscale: #7E7E7E. Windows color (decimal): -12345489 or 7315267. OLE color: 7315267.

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

Color convert

RGB67159111-
CMYK0.5800.300.38
HSL148.7º40.71%44.31%-
HSV(B)148.7º57.86%62.35%-
XYZ17.5827.1419.35-
YUV126.02119.5285.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.88%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=19.88%
G=47.18%
B=32.94%

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
Decimal671591110.5800.300.38148.740.7144.31
Hex439F6F3A01E2695292c
Octal10323715772036462255154
Binary100001110011111110111111101001111010011010010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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