#43A483

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

Shades of Gossamer #43A483

Tints of Gossamer #43A483

Color information

#43A483 (or 0x43A483) is unknown color: approx Gossamer. HEX triplet: 43, A4 and 83. RGB value is (67,164,131). Sum of RGB (Red+Green+Blue) = 67+164+131=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #43A483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A483 is #BC5B7C. Grayscale: #838383. Windows color (decimal): -12344189 or 8627267. OLE color: 8627267.

HSL color Cylindrical-coordinate representation of color #43A483: hue angle of 159.59º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A483 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB67164131-
CMYK0.5900.200.36
HSL159.59º41.99%45.29%-
HSV(B)159.59º59.15%64.31%-
XYZ19.6929.3826.11-
YUV131.24127.8682.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.51%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=18.51%
G=45.30%
B=36.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671641310.5900.200.36159.5941.9945.29
Hex43A4833B01424a02a2d
Octal10324420373024442405255
Binary1000011101001001000001111101101010010010010100000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43A483; }

 p { color: rgb(67,164,131); }

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

<style>
 a { background-color: #43A483; }

 a { background-color: rgb(67,164,131); }

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

<style>
 span { border-color: #43A483; }

 span { border-color: rgb(67,164,131); }

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