#369282

Color #369282 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #369282

Tints of Gossamer #369282

Color information

#369282 (or 0x369282) is unknown color: approx Gossamer. HEX triplet: 36, 92 and 82. RGB value is (54,146,130). Sum of RGB (Red+Green+Blue) = 54+146+130=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #369282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369282 is #C96D7D. Grayscale: #747474. Windows color (decimal): -13200766 or 8557110. OLE color: 8557110.

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

Color convert

RGB54146130-
CMYK0.6300.110.43
HSL169.57º46%39.22%-
HSV(B)169.57º63.01%57.25%-
XYZ15.8322.9524.72-
YUV116.67135.5283.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=16.36%
G=44.24%
B=39.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541461300.6300.110.43169.574639.22
Hex3692823F0B2Baa2e27
Octal6622220277013532525647
Binary11011010010010100000101111110101110101110101010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369282; }

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

 H1.HeaderClassName
 {
   color: #369282;
 }
 .AnyTagClassName
 {
   color: #369282;
 }
</style>
background-color css

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

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

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

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

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

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