#38958A

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

Shades of Gossamer #38958A

Tints of Gossamer #38958A

Color information

#38958A (or 0x38958A) is unknown color: approx Gossamer. HEX triplet: 38, 95 and 8A. RGB value is (56,149,138). Sum of RGB (Red+Green+Blue) = 56+149+138=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #38958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38958A is #C76A75. Grayscale: #777777. Windows color (decimal): -13068918 or 9082168. OLE color: 9082168.

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

Color convert

RGB56149138-
CMYK0.6200.070.42
HSL172.9º45.37%40.2%-
HSV(B)172.9º62.42%58.43%-
XYZ16.9724.1727.82-
YUV119.94138.1982.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=16.33%
G=43.44%
B=40.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491380.6200.070.42172.945.3740.2
Hex38958A3E072Aad2d28
Octal702252127607522555550
Binary1110001001010110001010111110011110101010101101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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