Html Css Color HEX #3BA982 Gossamer

📋 copy color: '#3BA982'

red 59 ◦ green 169 ◦ blue 130

#3BA982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3BA982

Tints of Gossamer #3BA982

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 value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#3BA982 (or 0x3BA982) is known color: 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

RGB 59 169 130 -
CMYK 0.65 0 0.23 0.34
HSL 158.73º 0.48% 0.45% -
HSV(B) 158.73º 0.65% 0.66% -
XYZ 20.02 30.92 26.03 -
YUV 131.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 59 169 130 0.65 0 0.23 0.34 158.73 0.48 0.45
Hex 3B A9 82 41 0 17 22 9F 30 2D
Octal 73 251 202 101 0 27 42 237 60 55
Binary 111011 10101001 10000010 1000001 0 10111 100010 10011111 110000 101101

Color Harmonies of #3BA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA982

Black with #3BA982

Text Example


Text Example

White with #3BA982

Text Example


Text Example

HTML Codes & Css Web 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>