Html Css Color HEX #359784 Gossamer

📋 copy color: '#359784'

red 53 ◦ green 151 ◦ blue 132

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

Shades of Gossamer #359784

Tints of Gossamer #359784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 15.77%
G = 44.94%
B = 39.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#359784 (or 0x359784) is known color: Gossamer. HEX triplet: 35, 97 and 84. RGB value is (53,151,132). Sum of RGB (Red+Green+Blue) = 53+151+132=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #359784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359784 is #CA687B. Grayscale: #777777. Windows color (decimal): -13265020 or 8689461. OLE color: 8689461.

HSL color Cylindrical-coordinate representation of color #359784: hue angle of 168.37º 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 #359784 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 132 -
CMYK 0.65 0 0.13 0.41
HSL 168.37º 0.48% 0.4% -
HSV(B) 168.37º 0.65% 0.59% -
XYZ 16.7 24.56 25.69 -
YUV 119.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 53 151 132 0.65 0 0.13 0.41 168.37 0.48 0.4
Hex 35 97 84 41 0 D 29 A8 30 28
Octal 65 227 204 101 0 15 51 250 60 50
Binary 110101 10010111 10000100 1000001 0 1101 101001 10101000 110000 101000

Color Harmonies of #359784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359784

Black with #359784

Text Example


Text Example

White with #359784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359784; }

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

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

background-color css

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

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

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

border-color css

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

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

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