Html Css Color HEX #3BA382 Gossamer

📋 copy color: '#3BA382'

red 59 ◦ green 163 ◦ blue 130

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

Shades of Gossamer #3BA382

Tints of Gossamer #3BA382

RGB

 RED value IS 59 (23.44% from 255) = 16.76%

 GREEN value IS 163 (64.06% from 255) = 46.31%

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 16.76%
G = 46.31%
B = 36.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#3BA382 (or 0x3BA382) is known color: Gossamer. HEX triplet: 3B, A3 and 82. RGB value is (59,163,130). Sum of RGB (Red+Green+Blue) = 59+163+130=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA382 is #C45C7D. Grayscale: #808080. Windows color (decimal): -12868734 or 8561467. OLE color: 8561467.

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

Color convert

RGB 59 163 130 -
CMYK 0.64 0 0.20 0.36
HSL 160.96º 0.47% 0.44% -
HSV(B) 160.96º 0.64% 0.64% -
XYZ 18.93 28.74 25.67 -
YUV 128.14 129.04 78.68 -
System Red Green Blue C M Y K H S L
Decimal 59 163 130 0.64 0 0.20 0.36 160.96 0.47 0.44
Hex 3B A3 82 40 0 14 24 A1 2F 2C
Octal 73 243 202 100 0 24 44 241 57 54
Binary 111011 10100011 10000010 1000000 0 10100 100100 10100001 101111 101100

Color Harmonies of #3BA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA382

Black with #3BA382

Text Example


Text Example

White with #3BA382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3BA382;
 }
 .AnyTagClassName
 {
   color: #3BA382;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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