#38927F

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

Shades of Gossamer #38927F

Tints of Gossamer #38927F

Color information

#38927F (or 0x38927F) is unknown color: approx Gossamer. HEX triplet: 38, 92 and 7F. RGB value is (56,146,127). Sum of RGB (Red+Green+Blue) = 56+146+127=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #38927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38927F is #C76D80. Grayscale: #747474. Windows color (decimal): -13069697 or 8360504. OLE color: 8360504.

HSL color Cylindrical-coordinate representation of color #38927F: hue angle of 167.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38927F is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB56146127-
CMYK0.6200.130.43
HSL167.33º44.55%39.61%-
HSV(B)167.33º61.64%57.25%-
XYZ15.7422.9323.68-
YUV116.92133.6884.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 127 (50% from 255) = 38.60%
R=17.02%
G=44.38%
B=38.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461270.6200.130.43167.3344.5539.61
Hex38927F3E0D2Ba72d28
Octal7022217776015532475550
Binary1110001001001011111111111100110110101110100111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38927F; }

 p { color: rgb(56,146,127); }

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

<style>
 a { background-color: #38927F; }

 a { background-color: rgb(56,146,127); }

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

<style>
 span { border-color: #38927F; }

 span { border-color: rgb(56,146,127); }

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