Html Css Color HEX #3BA283 Gossamer

📋 copy color: '#3BA283'

red 59 ◦ green 162 ◦ blue 131

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

Shades of Gossamer #3BA283

Tints of Gossamer #3BA283

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.02%

 BLUE value IS 131 (51.56% from 255) = 37.22%

R = 16.76%
G = 46.02%
B = 37.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#3BA283 (or 0x3BA283) is known color: Gossamer. HEX triplet: 3B, A2 and 83. RGB value is (59,162,131). Sum of RGB (Red+Green+Blue) = 59+162+131=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA283 is #C45D7C. Grayscale: #7F7F7F. Windows color (decimal): -12868989 or 8626747. OLE color: 8626747.

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

Color convert

RGB 59 162 131 -
CMYK 0.64 0 0.19 0.36
HSL 161.94º 0.47% 0.43% -
HSV(B) 161.94º 0.64% 0.64% -
XYZ 18.82 28.41 25.96 -
YUV 127.67 129.88 79.02 -
System Red Green Blue C M Y K H S L
Decimal 59 162 131 0.64 0 0.19 0.36 161.94 0.47 0.43
Hex 3B A2 83 40 0 13 24 A2 2F 2B
Octal 73 242 203 100 0 23 44 242 57 53
Binary 111011 10100010 10000011 1000000 0 10011 100100 10100010 101111 101011

Color Harmonies of #3BA283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA283

Black with #3BA283

Text Example


Text Example

White with #3BA283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,162,131); }

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

background-color css

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

 a { background-color: rgb(59,162,131); }

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

border-color css

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

 span { border-color: rgb(59,162,131); }

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