#38725F

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

Shades of Stromboli #38725F

Tints of Stromboli #38725F

Color information

#38725F (or 0x38725F) is unknown color: approx Stromboli. HEX triplet: 38, 72 and 5F. RGB value is (56,114,95). Sum of RGB (Red+Green+Blue) = 56+114+95=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #38725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38725F is #C78DA0. Grayscale: #5E5E5E. Windows color (decimal): -13077921 or 6255160. OLE color: 6255160.

HSL color Cylindrical-coordinate representation of color #38725F: hue angle of 160.34º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38725F is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB5611495-
CMYK0.5100.170.55
HSL160.34º34.12%33.33%-
HSV(B)160.34º50.88%44.71%-
XYZ9.7113.712.96-
YUV94.49128.28100.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=21.13%
G=43.02%
B=35.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114950.5100.170.55160.3434.1233.33
Hex38725F3301137a02221
Octal7016213763021672404241
Binary1110001110010101111111001101000111011110100000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38725F; }

 p { color: rgb(56,114,95); }

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

<style>
 a { background-color: #38725F; }

 a { background-color: rgb(56,114,95); }

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

<style>
 span { border-color: #38725F; }

 span { border-color: rgb(56,114,95); }

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