#38967A

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

Shades of Gossamer #38967A

Tints of Gossamer #38967A

Color information

#38967A (or 0x38967A) is unknown color: approx Gossamer. HEX triplet: 38, 96 and 7A. RGB value is (56,150,122). Sum of RGB (Red+Green+Blue) = 56+150+122=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #38967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38967A is #C76985. Grayscale: #767676. Windows color (decimal): -13068678 or 8033848. OLE color: 8033848.

HSL color Cylindrical-coordinate representation of color #38967A: hue angle of 162.13º 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 #38967A is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB56150122-
CMYK0.6300.190.41
HSL162.13º45.63%40.39%-
HSV(B)162.13º62.67%58.82%-
XYZ16.0524.0622.21-
YUV118.7129.8683.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=17.07%
G=45.73%
B=37.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561501220.6300.190.41162.1345.6340.39
Hex38967A3F01329a22e28
Octal7022617277023512425650
Binary11100010010110111101011111101001110100110100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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