#38927D

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

Shades of Gossamer #38927D

Tints of Gossamer #38927D

Color information

#38927D (or 0x38927D) is unknown color: approx Gossamer. HEX triplet: 38, 92 and 7D. RGB value is (56,146,125). Sum of RGB (Red+Green+Blue) = 56+146+125=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #38927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38927D is #C76D82. Grayscale: #747474. Windows color (decimal): -13069699 or 8229432. OLE color: 8229432.

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

Color convert

RGB56146125-
CMYK0.6200.140.43
HSL166º44.55%39.61%-
HSV(B)166º61.64%57.25%-
XYZ15.6122.8823-
YUV116.7132.6884.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=17.13%
G=44.65%
B=38.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461250.6200.140.4316644.5539.61
Hex38927D3E0E2Ba62d28
Octal7022217576016532465550
Binary1110001001001011111011111100111010101110100110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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