#368E7B

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

Shades of Gossamer #368E7B

Tints of Gossamer #368E7B

Color information

#368E7B (or 0x368E7B) is unknown color: approx Gossamer. HEX triplet: 36, 8E and 7B. RGB value is (54,142,123). Sum of RGB (Red+Green+Blue) = 54+142+123=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #368E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E7B is #C97184. Grayscale: #717171. Windows color (decimal): -13201797 or 8097334. OLE color: 8097334.

HSL color Cylindrical-coordinate representation of color #368E7B: hue angle of 167.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E7B is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB54142123-
CMYK0.6200.130.44
HSL167.05º44.9%38.43%-
HSV(B)167.05º61.97%55.69%-
XYZ14.7721.5622.12-
YUV113.52133.3585.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=16.93%
G=44.51%
B=38.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541421230.6200.130.44167.0544.938.43
Hex368E7B3E0D2Ca72d26
Octal6621617376015542475546
Binary1101101000111011110111111100110110110010100111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,142,123); }

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

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

 a { background-color: rgb(54,142,123); }

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

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

 span { border-color: rgb(54,142,123); }

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