Html Css Color HEX #369882 Gossamer

📋 copy color: '#369882'

red 54 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #369882

Tints of Gossamer #369882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 16.07%
G = 45.24%
B = 38.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#369882 (or 0x369882) is known color: Gossamer. HEX triplet: 36, 98 and 82. RGB value is (54,152,130). Sum of RGB (Red+Green+Blue) = 54+152+130=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #369882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369882 is #C9677D. Grayscale: #787878. Windows color (decimal): -13199230 or 8558646. OLE color: 8558646.

HSL color Cylindrical-coordinate representation of color #369882: hue angle of 166.53º 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 #369882 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 130 -
CMYK 0.64 0 0.14 0.40
HSL 166.53º 0.48% 0.4% -
HSV(B) 166.53º 0.64% 0.6% -
XYZ 16.78 24.85 25.03 -
YUV 120.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 54 152 130 0.64 0 0.14 0.40 166.53 0.48 0.4
Hex 36 98 82 40 0 E 28 A7 30 28
Octal 66 230 202 100 0 16 50 247 60 50
Binary 110110 10011000 10000010 1000000 0 1110 101000 10100111 110000 101000

Color Harmonies of #369882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369882

Black with #369882

Text Example


Text Example

White with #369882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369882; }

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

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

background-color css

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

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

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

border-color css

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

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

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