Html Css Color HEX #359381 Gossamer

📋 copy color: '#359381'

red 53 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #359381

Tints of Gossamer #359381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

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

R = 16.11%
G = 44.68%
B = 39.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#359381 (or 0x359381) is known color: Gossamer. HEX triplet: 35, 93 and 81. RGB value is (53,147,129). Sum of RGB (Red+Green+Blue) = 53+147+129=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #359381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359381 is #CA6C7E. Grayscale: #747474. Windows color (decimal): -13266047 or 8491829. OLE color: 8491829.

HSL color Cylindrical-coordinate representation of color #359381: hue angle of 168.51º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359381 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 129 -
CMYK 0.64 0 0.12 0.42
HSL 168.51º 0.47% 0.39% -
HSV(B) 168.51º 0.64% 0.58% -
XYZ 15.86 23.21 24.41 -
YUV 116.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 53 147 129 0.64 0 0.12 0.42 168.51 0.47 0.39
Hex 35 93 81 40 0 C 2A A9 2F 27
Octal 65 223 201 100 0 14 52 251 57 47
Binary 110101 10010011 10000001 1000000 0 1100 101010 10101001 101111 100111

Color Harmonies of #359381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359381

Black with #359381

Text Example


Text Example

White with #359381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359381; }

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

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

background-color css

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

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

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

border-color css

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

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

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