#369283

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

Shades of Gossamer #369283

Tints of Gossamer #369283

Color information

#369283 (or 0x369283) is unknown color: approx Gossamer. HEX triplet: 36, 92 and 83. RGB value is (54,146,131). Sum of RGB (Red+Green+Blue) = 54+146+131=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #369283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369283 is #C96D7C. Grayscale: #747474. Windows color (decimal): -13200765 or 8622646. OLE color: 8622646.

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

Color convert

RGB54146131-
CMYK0.6300.100.43
HSL170.22º46%39.22%-
HSV(B)170.22º63.01%57.25%-
XYZ15.922.9825.07-
YUV116.78136.0283.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=16.31%
G=44.11%
B=39.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541461310.6300.100.43170.224639.22
Hex3692833F0A2Baa2e27
Octal6622220377012532525647
Binary11011010010010100000111111110101010101110101010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369283; }

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

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

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

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

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

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

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

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