#38715C

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

Shades of Stromboli #38715C

Tints of Stromboli #38715C

Color information

#38715C (or 0x38715C) is unknown color: approx Stromboli. HEX triplet: 38, 71 and 5C. RGB value is (56,113,92). Sum of RGB (Red+Green+Blue) = 56+113+92=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #38715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38715C is #C78EA3. Grayscale: #5D5D5D. Windows color (decimal): -13078180 or 6058296. OLE color: 6058296.

HSL color Cylindrical-coordinate representation of color #38715C: hue angle of 157.89º 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 #38715C is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB5611392-
CMYK0.5000.190.56
HSL157.89º33.73%33.14%-
HSV(B)157.89º50.44%44.31%-
XYZ9.4713.4212.22-
YUV93.56127.12101.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=21.46%
G=43.30%
B=35.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113920.5000.190.56157.8933.7333.14
Hex38715C32013389e2221
Octal7016113462023702364241
Binary1110001110001101110011001001001111100010011110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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