#38967D

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

Shades of Gossamer #38967D

Tints of Gossamer #38967D

Color information

#38967D (or 0x38967D) is unknown color: approx Gossamer. HEX triplet: 38, 96 and 7D. RGB value is (56,150,125). Sum of RGB (Red+Green+Blue) = 56+150+125=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #38967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38967D is #C76982. Grayscale: #777777. Windows color (decimal): -13068675 or 8230456. OLE color: 8230456.

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

Color convert

RGB56150125-
CMYK0.6300.170.41
HSL164.04º45.63%40.39%-
HSV(B)164.04º62.67%58.82%-
XYZ16.2424.1323.2-
YUV119.04131.3683.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=16.92%
G=45.32%
B=37.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561501250.6300.170.41164.0445.6340.39
Hex38967D3F01129a42e28
Octal7022617577021512445650
Binary11100010010110111110111111101000110100110100100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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