#38947B

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

Shades of Gossamer #38947B

Tints of Gossamer #38947B

Color information

#38947B (or 0x38947B) is unknown color: approx Gossamer. HEX triplet: 38, 94 and 7B. RGB value is (56,148,123). Sum of RGB (Red+Green+Blue) = 56+148+123=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #38947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38947B is #C76B84. Grayscale: #757575. Windows color (decimal): -13069189 or 8098872. OLE color: 8098872.

HSL color Cylindrical-coordinate representation of color #38947B: hue angle of 163.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38947B is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB56148123-
CMYK0.6200.170.42
HSL163.7º45.1%40%-
HSV(B)163.7º62.16%58.04%-
XYZ15.823.4522.43-
YUV117.64131.0284.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=17.13%
G=45.26%
B=37.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561481230.6200.170.42163.745.140
Hex38947B3E0112Aa42d28
Octal7022417376021522445550
Binary11100010010100111101111111001000110101010100100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38947B; }

 p { color: rgb(56,148,123); }

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

<style>
 a { background-color: #38947B; }

 a { background-color: rgb(56,148,123); }

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

<style>
 span { border-color: #38947B; }

 span { border-color: rgb(56,148,123); }

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