Html Css Color HEX #359781 Gossamer

📋 copy color: '#359781'

red 53 ◦ green 151 ◦ blue 129

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

Shades of Gossamer #359781

Tints of Gossamer #359781

RGB

 RED value IS 53 (21.09% from 255) = 15.92%

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 15.92%
G = 45.35%
B = 38.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#359781 (or 0x359781) is known color: Gossamer. HEX triplet: 35, 97 and 81. RGB value is (53,151,129). Sum of RGB (Red+Green+Blue) = 53+151+129=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #359781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359781 is #CA687E. Grayscale: #777777. Windows color (decimal): -13265023 or 8492853. OLE color: 8492853.

HSL color Cylindrical-coordinate representation of color #359781: hue angle of 166.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359781 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 129 -
CMYK 0.65 0 0.15 0.41
HSL 166.53º 0.48% 0.4% -
HSV(B) 166.53º 0.65% 0.59% -
XYZ 16.5 24.48 24.62 -
YUV 119.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 53 151 129 0.65 0 0.15 0.41 166.53 0.48 0.4
Hex 35 97 81 41 0 F 29 A7 30 28
Octal 65 227 201 101 0 17 51 247 60 50
Binary 110101 10010111 10000001 1000001 0 1111 101001 10100111 110000 101000

Color Harmonies of #359781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359781

Black with #359781

Text Example


Text Example

White with #359781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359781; }

 p { color: rgb(53,151,129); }

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

background-color css

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

 a { background-color: rgb(53,151,129); }

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

border-color css

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

 span { border-color: rgb(53,151,129); }

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