#38A378

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

Shades of Gossamer #38A378

Tints of Gossamer #38A378

Color information

#38A378 (or 0x38A378) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 78. RGB value is (56,163,120). Sum of RGB (Red+Green+Blue) = 56+163+120=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #38A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A378 is #C75C87. Grayscale: #7E7E7E. Windows color (decimal): -13065352 or 7906104. OLE color: 7906104.

HSL color Cylindrical-coordinate representation of color #38A378: hue angle of 155.89º 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 #38A378 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB56163120-
CMYK0.6600.260.36
HSL155.89º48.86%42.94%-
HSV(B)155.89º65.64%63.92%-
XYZ18.1228.3922.29-
YUV126.1124.5578-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=16.52%
G=48.08%
B=35.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631200.6600.260.36155.8948.8642.94
Hex38A3784201A249c312b
Octal70243170102032442346153
Binary111000101000111111000100001001101010010010011100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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