Html Css Color HEX #369381 Gossamer

📋 copy color: '#369381'

red 54 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #369381

Tints of Gossamer #369381

RGB

 RED value IS 54 (21.48% from 255) = 16.36%

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

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

R = 16.36%
G = 44.55%
B = 39.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#369381 (or 0x369381) is known color: Gossamer. HEX triplet: 36, 93 and 81. RGB value is (54,147,129). Sum of RGB (Red+Green+Blue) = 54+147+129=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #369381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369381 is #C96C7E. Grayscale: #757575. Windows color (decimal): -13200511 or 8491830. OLE color: 8491830.

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

Color convert

RGB 54 147 129 -
CMYK 0.63 0 0.12 0.42
HSL 168.39º 0.46% 0.39% -
HSV(B) 168.39º 0.63% 0.58% -
XYZ 15.92 23.24 24.42 -
YUV 117.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 54 147 129 0.63 0 0.12 0.42 168.39 0.46 0.39
Hex 36 93 81 3F 0 C 2A A8 2E 27
Octal 66 223 201 77 0 14 52 250 56 47
Binary 110110 10010011 10000001 111111 0 1100 101010 10101000 101110 100111

Color Harmonies of #369381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369381

Black with #369381

Text Example


Text Example

White with #369381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369381; }

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

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

background-color css

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

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

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

border-color css

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

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

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