#3BA27A

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

Shades of Gossamer #3BA27A

Tints of Gossamer #3BA27A

Color information

#3BA27A (or 0x3BA27A) is unknown color: approx Gossamer. HEX triplet: 3B, A2 and 7A. RGB value is (59,162,122). Sum of RGB (Red+Green+Blue) = 59+162+122=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA27A is #C45D85. Grayscale: #7E7E7E. Windows color (decimal): -12868998 or 8036923. OLE color: 8036923.

HSL color Cylindrical-coordinate representation of color #3BA27A: hue angle of 156.7º 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 #3BA27A is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB59162122-
CMYK0.6400.250.36
HSL156.7º46.61%43.33%-
HSV(B)156.7º63.58%63.53%-
XYZ18.2428.1822.89-
YUV126.64125.3879.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.20%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=17.20%
G=47.23%
B=35.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591621220.6400.250.36156.746.6143.33
Hex3BA27A40019249d2f2b
Octal73242172100031442355753
Binary111011101000101111010100000001100110010010011101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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