Html Css Color HEX #3BA790 Gossamer

📋 copy color: '#3BA790'

red 59 ◦ green 167 ◦ blue 144

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

Shades of Gossamer #3BA790

Tints of Gossamer #3BA790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 15.95%
G = 45.14%
B = 38.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#3BA790 (or 0x3BA790) is known color: Gossamer. HEX triplet: 3B, A7 and 90. RGB value is (59,167,144). Sum of RGB (Red+Green+Blue) = 59+167+144=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA790 is #C4586F. Grayscale: #848484. Windows color (decimal): -12867696 or 9479995. OLE color: 9479995.

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

Color convert

RGB 59 167 144 -
CMYK 0.65 0 0.14 0.35
HSL 167.22º 0.48% 0.44% -
HSV(B) 167.22º 0.65% 0.65% -
XYZ 20.66 30.58 31.2 -
YUV 132.09 134.72 75.87 -
System Red Green Blue C M Y K H S L
Decimal 59 167 144 0.65 0 0.14 0.35 167.22 0.48 0.44
Hex 3B A7 90 41 0 E 23 A7 30 2C
Octal 73 247 220 101 0 16 43 247 60 54
Binary 111011 10100111 10010000 1000001 0 1110 100011 10100111 110000 101100

Color Harmonies of #3BA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA790

Black with #3BA790

Text Example


Text Example

White with #3BA790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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