Html Css Color HEX #3BA390 Gossamer

📋 copy color: '#3BA390'

red 59 ◦ green 163 ◦ blue 144

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

Shades of Gossamer #3BA390

Tints of Gossamer #3BA390

RGB

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

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

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

R = 16.12%
G = 44.54%
B = 39.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#3BA390 (or 0x3BA390) is known color: Gossamer. HEX triplet: 3B, A3 and 90. RGB value is (59,163,144). Sum of RGB (Red+Green+Blue) = 59+163+144=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA390 is #C45C6F. Grayscale: #818181. Windows color (decimal): -12868720 or 9478971. OLE color: 9478971.

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

Color convert

RGB 59 163 144 -
CMYK 0.64 0 0.12 0.36
HSL 169.04º 0.47% 0.44% -
HSV(B) 169.04º 0.64% 0.64% -
XYZ 19.93 29.14 30.96 -
YUV 129.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 59 163 144 0.64 0 0.12 0.36 169.04 0.47 0.44
Hex 3B A3 90 40 0 C 24 A9 2F 2C
Octal 73 243 220 100 0 14 44 251 57 54
Binary 111011 10100011 10010000 1000000 0 1100 100100 10101001 101111 101100

Color Harmonies of #3BA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA390

Black with #3BA390

Text Example


Text Example

White with #3BA390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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