#38A881

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

Shades of Gossamer #38A881

Tints of Gossamer #38A881

Color information

#38A881 (or 0x38A881) is unknown color: approx Gossamer. HEX triplet: 38, A8 and 81. RGB value is (56,168,129). Sum of RGB (Red+Green+Blue) = 56+168+129=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #38A881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A881 is #C7577E. Grayscale: #828282. Windows color (decimal): -13064063 or 8497208. OLE color: 8497208.

HSL color Cylindrical-coordinate representation of color #38A881: hue angle of 159.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A881 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB56168129-
CMYK0.6700.230.34
HSL159.11º50%43.92%-
HSV(B)159.11º66.67%65.88%-
XYZ19.630.4325.61-
YUV130.07127.3975.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 168 (66.02% from 255) = 47.59%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=15.86%
G=47.59%
B=36.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561681290.6700.230.34159.115043.92
Hex38A88143017229f322c
Octal70250201103027422376254
Binary1110001010100010000001100001101011110001010011111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,168,129); }

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

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

 a { background-color: rgb(56,168,129); }

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

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

 span { border-color: rgb(56,168,129); }

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