#38685A

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

Shades of Stromboli #38685A

Tints of Stromboli #38685A

Color information

#38685A (or 0x38685A) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 5A. RGB value is (56,104,90). Sum of RGB (Red+Green+Blue) = 56+104+90=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #38685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685A is #C797A5. Grayscale: #585858. Windows color (decimal): -13080486 or 5924920. OLE color: 5924920.

HSL color Cylindrical-coordinate representation of color #38685A: hue angle of 162.5º 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 #38685A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB5610490-
CMYK0.4600.130.59
HSL162.5º30%31.37%-
HSV(B)162.5º46.15%40.78%-
XYZ8.4311.4811.44-
YUV88.05129.1105.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 90 (35.55% from 255) = 36%
R=22.4%
G=41.6%
B=36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104900.4600.130.59162.53031.37
Hex38685A2E0D3Ba21e1f
Octal7015013256015732423637
Binary1110001101000101101010111001101111011101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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