#38A277

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

Shades of Gossamer #38A277

Tints of Gossamer #38A277

Color information

#38A277 (or 0x38A277) is unknown color: approx Gossamer. HEX triplet: 38, A2 and 77. RGB value is (56,162,119). Sum of RGB (Red+Green+Blue) = 56+162+119=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #38A277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A277 is #C75D88. Grayscale: #7D7D7D. Windows color (decimal): -13065609 or 7840312. OLE color: 7840312.

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

Color convert

RGB56162119-
CMYK0.6500.270.36
HSL155.66º48.62%42.75%-
HSV(B)155.66º65.43%63.53%-
XYZ17.8828.0121.92-
YUV125.4124.3878.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=16.62%
G=48.07%
B=35.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561621190.6500.270.36155.6648.6242.75
Hex38A2774101B249c312b
Octal70242167101033442346153
Binary111000101000101110111100000101101110010010011100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,119); }

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

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

 a { background-color: rgb(56,162,119); }

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

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

 span { border-color: rgb(56,162,119); }

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