Html Css Color HEX #369084 Gossamer

📋 copy color: '#369084'

red 54 ◦ green 144 ◦ blue 132

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

Shades of Gossamer #369084

Tints of Gossamer #369084

RGB

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

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

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

R = 16.36%
G = 43.64%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#369084 (or 0x369084) is known color: Gossamer. HEX triplet: 36, 90 and 84. RGB value is (54,144,132). Sum of RGB (Red+Green+Blue) = 54+144+132=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #369084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369084 is #C96F7B. Grayscale: #737373. Windows color (decimal): -13201276 or 8687670. OLE color: 8687670.

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

Color convert

RGB 54 144 132 -
CMYK 0.63 0 0.08 0.44
HSL 172º 0.45% 0.39% -
HSV(B) 172º 0.63% 0.56% -
XYZ 15.66 22.4 25.33 -
YUV 115.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 54 144 132 0.63 0 0.08 0.44 172 0.45 0.39
Hex 36 90 84 3F 0 8 2C AC 2D 27
Octal 66 220 204 77 0 10 54 254 55 47
Binary 110110 10010000 10000100 111111 0 1000 101100 10101100 101101 100111

Color Harmonies of #369084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369084

Black with #369084

Text Example


Text Example

White with #369084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369084; }

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

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

background-color css

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

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

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

border-color css

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

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

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