#38967F

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

Shades of Gossamer #38967F

Tints of Gossamer #38967F

Color information

#38967F (or 0x38967F) is unknown color: approx Gossamer. HEX triplet: 38, 96 and 7F. RGB value is (56,150,127). Sum of RGB (Red+Green+Blue) = 56+150+127=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #38967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38967F is #C76980. Grayscale: #777777. Windows color (decimal): -13068673 or 8361528. OLE color: 8361528.

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

Color convert

RGB56150127-
CMYK0.6300.150.41
HSL165.32º45.63%40.39%-
HSV(B)165.32º62.67%58.82%-
XYZ16.3724.1923.88-
YUV119.27132.3682.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 127 (50% from 255) = 38.14%
R=16.82%
G=45.05%
B=38.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561501270.6300.150.41165.3245.6340.39
Hex38967F3F0F29a52e28
Octal7022617777017512455650
Binary1110001001011011111111111110111110100110100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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