Html Css Color HEX #359685 Gossamer

📋 copy color: '#359685'

red 53 ◦ green 150 ◦ blue 133

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

Shades of Gossamer #359685

Tints of Gossamer #359685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.64%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 15.77%
G = 44.64%
B = 39.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#359685 (or 0x359685) is known color: Gossamer. HEX triplet: 35, 96 and 85. RGB value is (53,150,133). Sum of RGB (Red+Green+Blue) = 53+150+133=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #359685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359685 is #CA697A. Grayscale: #777777. Windows color (decimal): -13265275 or 8754741. OLE color: 8754741.

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

Color convert

RGB 53 150 133 -
CMYK 0.65 0 0.11 0.41
HSL 169.48º 0.48% 0.4% -
HSV(B) 169.48º 0.65% 0.59% -
XYZ 16.61 24.26 26 -
YUV 119.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 53 150 133 0.65 0 0.11 0.41 169.48 0.48 0.4
Hex 35 96 85 41 0 B 29 A9 30 28
Octal 65 226 205 101 0 13 51 251 60 50
Binary 110101 10010110 10000101 1000001 0 1011 101001 10101001 110000 101000

Color Harmonies of #359685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359685

Black with #359685

Text Example


Text Example

White with #359685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359685; }

 p { color: rgb(53,150,133); }

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

background-color css

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

 a { background-color: rgb(53,150,133); }

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

border-color css

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

 span { border-color: rgb(53,150,133); }

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