#368F7A

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

Shades of Gossamer #368F7A

Tints of Gossamer #368F7A

Color information

#368F7A (or 0x368F7A) is unknown color: approx Gossamer. HEX triplet: 36, 8F and 7A. RGB value is (54,143,122). Sum of RGB (Red+Green+Blue) = 54+143+122=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #368F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F7A is #C97085. Grayscale: #717171. Windows color (decimal): -13201542 or 8032054. OLE color: 8032054.

HSL color Cylindrical-coordinate representation of color #368F7A: hue angle of 165.84º 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 #368F7A is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB54143122-
CMYK0.6200.150.44
HSL165.84º45.18%38.63%-
HSV(B)165.84º62.24%56.08%-
XYZ14.8621.8321.84-
YUV113.99132.5185.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=16.93%
G=44.83%
B=38.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541431220.6200.150.44165.8445.1838.63
Hex368F7A3E0F2Ca62d27
Octal6621717276017542465547
Binary1101101000111111110101111100111110110010100110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368F7A; }

 p { color: rgb(54,143,122); }

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

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

 a { background-color: rgb(54,143,122); }

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

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

 span { border-color: rgb(54,143,122); }

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