#3BA881

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

Shades of Gossamer #3BA881

Tints of Gossamer #3BA881

Color information

#3BA881 (or 0x3BA881) is unknown color: approx Gossamer. HEX triplet: 3B, A8 and 81. RGB value is (59,168,129). Sum of RGB (Red+Green+Blue) = 59+168+129=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA881 is #C4577E. Grayscale: #838383. Windows color (decimal): -12867455 or 8497211. OLE color: 8497211.

HSL color Cylindrical-coordinate representation of color #3BA881: hue angle of 158.53º 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 #3BA881 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB59168129-
CMYK0.6500.230.34
HSL158.53º48.02%44.51%-
HSV(B)158.53º64.88%65.88%-
XYZ19.7730.5225.62-
YUV130.96126.8976.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.57%
GREEN value IS 168 (66.02% from 255) = 47.19%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=16.57%
G=47.19%
B=36.24%

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
Decimal591681290.6500.230.34158.5348.0244.51
Hex3BA88141017229f302d
Octal73250201101027422376055
Binary1110111010100010000001100000101011110001010011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,168,129); }

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

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

 a { background-color: rgb(59,168,129); }

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

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

 span { border-color: rgb(59,168,129); }

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