#38967B

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

Shades of Gossamer #38967B

Tints of Gossamer #38967B

Color information

#38967B (or 0x38967B) is unknown color: approx Gossamer. HEX triplet: 38, 96 and 7B. RGB value is (56,150,123). Sum of RGB (Red+Green+Blue) = 56+150+123=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #38967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38967B is #C76984. Grayscale: #767676. Windows color (decimal): -13068677 or 8099384. OLE color: 8099384.

HSL color Cylindrical-coordinate representation of color #38967B: hue angle of 162.77º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38967B is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB56150123-
CMYK0.6300.180.41
HSL162.77º45.63%40.39%-
HSV(B)162.77º62.67%58.82%-
XYZ16.1124.0822.54-
YUV118.82130.3683.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=17.02%
G=45.59%
B=37.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561501230.6300.180.41162.7745.6340.39
Hex38967B3F01229a32e28
Octal7022617377022512435650
Binary11100010010110111101111111101001010100110100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38967B; }

 p { color: rgb(56,150,123); }

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

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

 a { background-color: rgb(56,150,123); }

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

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

 span { border-color: rgb(56,150,123); }

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