#38A584

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

Shades of Gossamer #38A584

Tints of Gossamer #38A584

Color information

#38A584 (or 0x38A584) is unknown color: approx Gossamer. HEX triplet: 38, A5 and 84. RGB value is (56,165,132). Sum of RGB (Red+Green+Blue) = 56+165+132=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #38A584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A584 is #C75A7B. Grayscale: #808080. Windows color (decimal): -13064828 or 8693048. OLE color: 8693048.

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

Color convert

RGB56165132-
CMYK0.6600.200.35
HSL161.83º49.32%43.33%-
HSV(B)161.83º66.06%64.71%-
XYZ19.2529.4226.49-
YUV128.65129.8976.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 165 (64.84% from 255) = 46.74%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=15.86%
G=46.74%
B=37.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561651320.6600.200.35161.8349.3243.33
Hex38A5844201423a2312b
Octal70245204102024432426153
Binary1110001010010110000100100001001010010001110100010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,165,132); }

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

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

 a { background-color: rgb(56,165,132); }

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

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

 span { border-color: rgb(56,165,132); }

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