#38957A

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

Shades of Gossamer #38957A

Tints of Gossamer #38957A

Color information

#38957A (or 0x38957A) is unknown color: approx Gossamer. HEX triplet: 38, 95 and 7A. RGB value is (56,149,122). Sum of RGB (Red+Green+Blue) = 56+149+122=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #38957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38957A is #C76A85. Grayscale: #767676. Windows color (decimal): -13068934 or 8033592. OLE color: 8033592.

HSL color Cylindrical-coordinate representation of color #38957A: hue angle of 162.58º 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 #38957A is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB56149122-
CMYK0.6200.180.42
HSL162.58º45.37%40.2%-
HSV(B)162.58º62.42%58.43%-
XYZ15.8923.7422.16-
YUV118.12130.1983.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=17.13%
G=45.57%
B=37.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491220.6200.180.42162.5845.3740.2
Hex38957A3E0122Aa32d28
Octal7022517276022522435550
Binary11100010010101111101011111001001010101010100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38957A; }

 p { color: rgb(56,149,122); }

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

<style>
 a { background-color: #38957A; }

 a { background-color: rgb(56,149,122); }

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

<style>
 span { border-color: #38957A; }

 span { border-color: rgb(56,149,122); }

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