#3BA982

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

Shades of Gossamer #3BA982

Tints of Gossamer #3BA982

Color information

#3BA982 (or 0x3BA982) is unknown color: approx Gossamer. HEX triplet: 3B, A9 and 82. RGB value is (59,169,130). Sum of RGB (Red+Green+Blue) = 59+169+130=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA982 is #C4567D. Grayscale: #838383. Windows color (decimal): -12867198 or 8563003. OLE color: 8563003.

HSL color Cylindrical-coordinate representation of color #3BA982: hue angle of 158.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA982 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB59169130-
CMYK0.6500.230.34
HSL158.73º48.25%44.71%-
HSV(B)158.73º65.09%66.27%-
XYZ20.0230.9226.03-
YUV131.66127.0676.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.48%
GREEN value IS 169 (66.41% from 255) = 47.21%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=16.48%
G=47.21%
B=36.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591691300.6500.230.34158.7348.2544.71
Hex3BA98241017229f302d
Octal73251202101027422376055
Binary1110111010100110000010100000101011110001010011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BA982; }

 p { color: rgb(59,169,130); }

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

<style>
 a { background-color: #3BA982; }

 a { background-color: rgb(59,169,130); }

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

<style>
 span { border-color: #3BA982; }

 span { border-color: rgb(59,169,130); }

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