#38957E

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

Shades of Gossamer #38957E

Tints of Gossamer #38957E

Color information

#38957E (or 0x38957E) is unknown color: approx Gossamer. HEX triplet: 38, 95 and 7E. RGB value is (56,149,126). Sum of RGB (Red+Green+Blue) = 56+149+126=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #38957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38957E is #C76A81. Grayscale: #767676. Windows color (decimal): -13068930 or 8295736. OLE color: 8295736.

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

Color convert

RGB56149126-
CMYK0.6200.150.42
HSL165.16º45.37%40.2%-
HSV(B)165.16º62.42%58.43%-
XYZ16.1423.8423.49-
YUV118.57132.1983.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=16.92%
G=45.02%
B=38.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491260.6200.150.42165.1645.3740.2
Hex38957E3E0F2Aa52d28
Octal7022517676017522455550
Binary1110001001010111111101111100111110101010100101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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