#439B6D

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

Shades of Ocean Green #439B6D

Tints of Ocean Green #439B6D

Color information

#439B6D (or 0x439B6D) is unknown color: approx Ocean Green. HEX triplet: 43, 9B and 6D. RGB value is (67,155,109). Sum of RGB (Red+Green+Blue) = 67+155+109=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #439B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439B6D is #BC6492. Grayscale: #7B7B7B. Windows color (decimal): -12346515 or 7183171. OLE color: 7183171.

HSL color Cylindrical-coordinate representation of color #439B6D: hue angle of 148.64º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B6D is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB67155109-
CMYK0.5700.300.39
HSL148.64º39.64%43.53%-
HSV(B)148.64º56.77%60.78%-
XYZ16.825.7418.55-
YUV123.44119.8587.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.24%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=20.24%
G=46.83%
B=32.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal671551090.5700.300.39148.6439.6443.53
Hex439B6D3901E2795282c
Octal10323315571036472255054
Binary100001110011011110110111100101111010011110010101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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