Html Css Color HEX #369080 Gossamer

📋 copy color: '#369080'

red 54 ◦ green 144 ◦ blue 128

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

Shades of Gossamer #369080

Tints of Gossamer #369080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 16.56%
G = 44.17%
B = 39.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#369080 (or 0x369080) is known color: Gossamer. HEX triplet: 36, 90 and 80. RGB value is (54,144,128). Sum of RGB (Red+Green+Blue) = 54+144+128=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #369080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369080 is #C96F7F. Grayscale: #737373. Windows color (decimal): -13201280 or 8425526. OLE color: 8425526.

HSL color Cylindrical-coordinate representation of color #369080: hue angle of 169.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369080 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 128 -
CMYK 0.63 0 0.11 0.44
HSL 169.33º 0.45% 0.39% -
HSV(B) 169.33º 0.63% 0.56% -
XYZ 15.39 22.29 23.91 -
YUV 115.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 54 144 128 0.63 0 0.11 0.44 169.33 0.45 0.39
Hex 36 90 80 3F 0 B 2C A9 2D 27
Octal 66 220 200 77 0 13 54 251 55 47
Binary 110110 10010000 10000000 111111 0 1011 101100 10101001 101101 100111

Color Harmonies of #369080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369080

Black with #369080

Text Example


Text Example

White with #369080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369080; }

 p { color: rgb(54,144,128); }

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

background-color css

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

 a { background-color: rgb(54,144,128); }

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

border-color css

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

 span { border-color: rgb(54,144,128); }

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