Html Css Color HEX #3BA782 Gossamer

📋 copy color: '#3BA782'

red 59 ◦ green 167 ◦ blue 130

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

Shades of Gossamer #3BA782

Tints of Gossamer #3BA782

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.91%

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

R = 16.57%
G = 46.91%
B = 36.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#3BA782 (or 0x3BA782) is known color: Gossamer. HEX triplet: 3B, A7 and 82. RGB value is (59,167,130). Sum of RGB (Red+Green+Blue) = 59+167+130=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA782 is #C4587D. Grayscale: #828282. Windows color (decimal): -12867710 or 8562491. OLE color: 8562491.

HSL color Cylindrical-coordinate representation of color #3BA782: hue angle of 159.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA782 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 167 130 -
CMYK 0.65 0 0.22 0.35
HSL 159.44º 0.48% 0.44% -
HSV(B) 159.44º 0.65% 0.65% -
XYZ 19.65 30.18 25.91 -
YUV 130.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 59 167 130 0.65 0 0.22 0.35 159.44 0.48 0.44
Hex 3B A7 82 41 0 16 23 9F 30 2C
Octal 73 247 202 101 0 26 43 237 60 54
Binary 111011 10100111 10000010 1000001 0 10110 100011 10011111 110000 101100

Color Harmonies of #3BA782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA782

Black with #3BA782

Text Example


Text Example

White with #3BA782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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