Html Css Color HEX #369884 Gossamer

📋 copy color: '#369884'

red 54 ◦ green 152 ◦ blue 132

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

Shades of Gossamer #369884

Tints of Gossamer #369884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.97%

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

R = 15.98%
G = 44.97%
B = 39.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#369884 (or 0x369884) is known color: Gossamer. HEX triplet: 36, 98 and 84. RGB value is (54,152,132). Sum of RGB (Red+Green+Blue) = 54+152+132=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #369884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369884 is #C9677B. Grayscale: #787878. Windows color (decimal): -13199228 or 8689718. OLE color: 8689718.

HSL color Cylindrical-coordinate representation of color #369884: hue angle of 167.76º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369884 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 132 -
CMYK 0.64 0 0.13 0.40
HSL 167.76º 0.48% 0.4% -
HSV(B) 167.76º 0.64% 0.6% -
XYZ 16.91 24.91 25.75 -
YUV 120.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 54 152 132 0.64 0 0.13 0.40 167.76 0.48 0.4
Hex 36 98 84 40 0 D 28 A8 30 28
Octal 66 230 204 100 0 15 50 250 60 50
Binary 110110 10011000 10000100 1000000 0 1101 101000 10101000 110000 101000

Color Harmonies of #369884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369884

Black with #369884

Text Example


Text Example

White with #369884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369884; }

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

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

background-color css

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

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

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

border-color css

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

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

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