Html Css Color HEX #359181 Gossamer

📋 copy color: '#359181'

red 53 ◦ green 145 ◦ blue 129

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

Shades of Gossamer #359181

Tints of Gossamer #359181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

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

R = 16.21%
G = 44.34%
B = 39.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#359181 (or 0x359181) is known color: Gossamer. HEX triplet: 35, 91 and 81. RGB value is (53,145,129). Sum of RGB (Red+Green+Blue) = 53+145+129=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #359181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359181 is #CA6E7E. Grayscale: #737373. Windows color (decimal): -13266559 or 8491317. OLE color: 8491317.

HSL color Cylindrical-coordinate representation of color #359181: hue angle of 169.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359181 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 129 -
CMYK 0.63 0 0.11 0.43
HSL 169.57º 0.46% 0.39% -
HSV(B) 169.57º 0.63% 0.57% -
XYZ 15.56 22.59 24.31 -
YUV 115.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 53 145 129 0.63 0 0.11 0.43 169.57 0.46 0.39
Hex 35 91 81 3F 0 B 2B AA 2E 27
Octal 65 221 201 77 0 13 53 252 56 47
Binary 110101 10010001 10000001 111111 0 1011 101011 10101010 101110 100111

Color Harmonies of #359181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359181

Black with #359181

Text Example


Text Example

White with #359181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359181; }

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

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

background-color css

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

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

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

border-color css

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

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

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