#38685F

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

Shades of Stromboli #38685F

Tints of Stromboli #38685F

Color information

#38685F (or 0x38685F) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 5F. RGB value is (56,104,95). Sum of RGB (Red+Green+Blue) = 56+104+95=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #38685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685F is #C797A0. Grayscale: #585858. Windows color (decimal): -13080481 or 6252600. OLE color: 6252600.

HSL color Cylindrical-coordinate representation of color #38685F: hue angle of 168.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38685F is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5610495-
CMYK0.4600.090.59
HSL168.75º30%31.37%-
HSV(B)168.75º46.15%40.78%-
XYZ8.6511.5712.6-
YUV88.62131.6104.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=21.96%
G=40.78%
B=37.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104950.4600.090.59168.753031.37
Hex38685F2E093Ba91e1f
Octal7015013756011732513637
Binary1110001101000101111110111001001111011101010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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