#38917D

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

Shades of Gossamer #38917D

Tints of Gossamer #38917D

Color information

#38917D (or 0x38917D) is unknown color: approx Gossamer. HEX triplet: 38, 91 and 7D. RGB value is (56,145,125). Sum of RGB (Red+Green+Blue) = 56+145+125=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #38917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38917D is #C76E82. Grayscale: #747474. Windows color (decimal): -13069955 or 8229176. OLE color: 8229176.

HSL color Cylindrical-coordinate representation of color #38917D: hue angle of 166.52º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38917D is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB56145125-
CMYK0.6100.140.43
HSL166.52º44.28%39.41%-
HSV(B)166.52º61.38%56.86%-
XYZ15.4622.5722.94-
YUV116.11133.0185.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=17.18%
G=44.48%
B=38.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451250.6100.140.43166.5244.2839.41
Hex38917D3D0E2Ba72c27
Octal7022117575016532475447
Binary1110001001000111111011111010111010101110100111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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