#3BA283

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

Shades of Gossamer #3BA283

Tints of Gossamer #3BA283

Color information

#3BA283 (or 0x3BA283) is unknown color: approx Gossamer. HEX triplet: 3B, A2 and 83. RGB value is (59,162,131). Sum of RGB (Red+Green+Blue) = 59+162+131=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA283 is #C45D7C. Grayscale: #7F7F7F. Windows color (decimal): -12868989 or 8626747. OLE color: 8626747.

HSL color Cylindrical-coordinate representation of color #3BA283: hue angle of 161.94º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA283 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB59162131-
CMYK0.6400.190.36
HSL161.94º46.61%43.33%-
HSV(B)161.94º63.58%63.53%-
XYZ18.8228.4125.96-
YUV127.67129.8879.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.76%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=16.76%
G=46.02%
B=37.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591621310.6400.190.36161.9446.6143.33
Hex3BA2834001324a22f2b
Octal73242203100023442425753
Binary1110111010001010000011100000001001110010010100010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,162,131); }

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

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

 a { background-color: rgb(59,162,131); }

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

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

 span { border-color: rgb(59,162,131); }

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