Html Css Color HEX #369184 Gossamer

📋 copy color: '#369184'

red 54 ◦ green 145 ◦ blue 132

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

Shades of Gossamer #369184

Tints of Gossamer #369184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 16.31%
G = 43.81%
B = 39.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#369184 (or 0x369184) is known color: Gossamer. HEX triplet: 36, 91 and 84. RGB value is (54,145,132). Sum of RGB (Red+Green+Blue) = 54+145+132=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #369184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369184 is #C96E7B. Grayscale: #747474. Windows color (decimal): -13201020 or 8687926. OLE color: 8687926.

HSL color Cylindrical-coordinate representation of color #369184: hue angle of 171.43º 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 #369184 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 145 132 -
CMYK 0.63 0 0.09 0.43
HSL 171.43º 0.46% 0.39% -
HSV(B) 171.43º 0.63% 0.57% -
XYZ 15.81 22.7 25.38 -
YUV 116.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 54 145 132 0.63 0 0.09 0.43 171.43 0.46 0.39
Hex 36 91 84 3F 0 9 2B AB 2E 27
Octal 66 221 204 77 0 11 53 253 56 47
Binary 110110 10010001 10000100 111111 0 1001 101011 10101011 101110 100111

Color Harmonies of #369184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369184

Black with #369184

Text Example


Text Example

White with #369184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369184; }

 p { color: rgb(54,145,132); }

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

background-color css

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

 a { background-color: rgb(54,145,132); }

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

border-color css

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

 span { border-color: rgb(54,145,132); }

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