Html Css Color HEX #359783 Gossamer

📋 copy color: '#359783'

red 53 ◦ green 151 ◦ blue 131

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

Shades of Gossamer #359783

Tints of Gossamer #359783

RGB

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

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

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

R = 15.82%
G = 45.07%
B = 39.1%

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

#359783 (or 0x359783) is known color: Gossamer. HEX triplet: 35, 97 and 83. RGB value is (53,151,131). Sum of RGB (Red+Green+Blue) = 53+151+131=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #359783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359783 is #CA687C. Grayscale: #777777. Windows color (decimal): -13265021 or 8623925. OLE color: 8623925.

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

Color convert

RGB 53 151 131 -
CMYK 0.65 0 0.13 0.41
HSL 167.76º 0.48% 0.4% -
HSV(B) 167.76º 0.65% 0.59% -
XYZ 16.63 24.53 25.33 -
YUV 119.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 53 151 131 0.65 0 0.13 0.41 167.76 0.48 0.4
Hex 35 97 83 41 0 D 29 A8 30 28
Octal 65 227 203 101 0 15 51 250 60 50
Binary 110101 10010111 10000011 1000001 0 1101 101001 10101000 110000 101000

Color Harmonies of #359783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359783

Black with #359783

Text Example


Text Example

White with #359783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359783; }

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

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

background-color css

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

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

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

border-color css

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

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

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