#38907E

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

Shades of Gossamer #38907E

Tints of Gossamer #38907E

Color information

#38907E (or 0x38907E) is unknown color: approx Gossamer. HEX triplet: 38, 90 and 7E. RGB value is (56,144,126). Sum of RGB (Red+Green+Blue) = 56+144+126=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #38907E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38907E is #C76F81. Grayscale: #737373. Windows color (decimal): -13070210 or 8294456. OLE color: 8294456.

HSL color Cylindrical-coordinate representation of color #38907E: hue angle of 167.73º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38907E is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB56144126-
CMYK0.6100.120.44
HSL167.73º44%39.22%-
HSV(B)167.73º61.11%56.47%-
XYZ15.3722.2923.23-
YUV115.64133.8585.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=17.18%
G=44.17%
B=38.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561441260.6100.120.44167.734439.22
Hex38907E3D0C2Ca82c27
Octal7022017675014542505447
Binary1110001001000011111101111010110010110010101000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38907E; }

 p { color: rgb(56,144,126); }

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

<style>
 a { background-color: #38907E; }

 a { background-color: rgb(56,144,126); }

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

<style>
 span { border-color: #38907E; }

 span { border-color: rgb(56,144,126); }

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