#439B7F

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

Shades of Gossamer #439B7F

Tints of Gossamer #439B7F

Color information

#439B7F (or 0x439B7F) is unknown color: approx Gossamer. HEX triplet: 43, 9B and 7F. RGB value is (67,155,127). Sum of RGB (Red+Green+Blue) = 67+155+127=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #439B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439B7F is #BC6480. Grayscale: #7D7D7D. Windows color (decimal): -12346497 or 8362819. OLE color: 8362819.

HSL color Cylindrical-coordinate representation of color #439B7F: hue angle of 160.91º 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 #439B7F is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB67155127-
CMYK0.5700.180.39
HSL160.91º39.64%43.53%-
HSV(B)160.91º56.77%60.78%-
XYZ17.8726.1724.19-
YUV125.5128.8586.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.20%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 127 (50% from 255) = 36.39%
R=19.20%
G=44.41%
B=36.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal671551270.5700.180.39160.9139.6443.53
Hex439B7F3901227a1282c
Octal10323317771022472415054
Binary100001110011011111111111100101001010011110100001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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