#38A37C

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

Shades of Gossamer #38A37C

Tints of Gossamer #38A37C

Color information

#38A37C (or 0x38A37C) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 7C. RGB value is (56,163,124). Sum of RGB (Red+Green+Blue) = 56+163+124=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #38A37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A37C is #C75C83. Grayscale: #7E7E7E. Windows color (decimal): -13065348 or 8168248. OLE color: 8168248.

HSL color Cylindrical-coordinate representation of color #38A37C: hue angle of 158.13º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A37C is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB56163124-
CMYK0.6600.240.36
HSL158.13º48.86%42.94%-
HSV(B)158.13º65.64%63.92%-
XYZ18.3728.4923.6-
YUV126.56126.5577.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=16.33%
G=47.52%
B=36.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631240.6600.240.36158.1348.8642.94
Hex38A37C42018249e312b
Octal70243174102030442366153
Binary111000101000111111100100001001100010010010011110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A37C; }

 p { color: rgb(56,163,124); }

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

<style>
 a { background-color: #38A37C; }

 a { background-color: rgb(56,163,124); }

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

<style>
 span { border-color: #38A37C; }

 span { border-color: rgb(56,163,124); }

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