#38715E

Color #38715E Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #38715E

Tints of Stromboli #38715E

Color information

#38715E (or 0x38715E) is unknown color: approx Stromboli. HEX triplet: 38, 71 and 5E. RGB value is (56,113,94). Sum of RGB (Red+Green+Blue) = 56+113+94=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #38715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38715E is #C78EA1. Grayscale: #5D5D5D. Windows color (decimal): -13078178 or 6189368. OLE color: 6189368.

HSL color Cylindrical-coordinate representation of color #38715E: hue angle of 160º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38715E is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB5611394-
CMYK0.5000.170.56
HSL160º33.73%33.14%-
HSV(B)160º50.44%44.31%-
XYZ9.5613.4612.68-
YUV93.79128.12101.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=21.29%
G=42.97%
B=35.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113940.5000.170.5616033.7333.14
Hex38715E3201138a02221
Octal7016113662021702404241
Binary1110001110001101111011001001000111100010100000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38715E; }

 p { color: rgb(56,113,94); }

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

<style>
 a { background-color: #38715E; }

 a { background-color: rgb(56,113,94); }

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

<style>
 span { border-color: #38715E; }

 span { border-color: rgb(56,113,94); }

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