#38685B

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

Shades of Stromboli #38685B

Tints of Stromboli #38685B

Color information

#38685B (or 0x38685B) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 5B. RGB value is (56,104,91). Sum of RGB (Red+Green+Blue) = 56+104+91=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #38685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685B is #C797A4. Grayscale: #585858. Windows color (decimal): -13080485 or 5990456. OLE color: 5990456.

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

Color convert

RGB5610491-
CMYK0.4600.120.59
HSL163.75º30%31.37%-
HSV(B)163.75º46.15%40.78%-
XYZ8.4711.511.67-
YUV88.17129.6105.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=22.31%
G=41.43%
B=36.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104910.4600.120.59163.753031.37
Hex38685B2E0C3Ba41e1f
Octal7015013356014732443637
Binary1110001101000101101110111001100111011101001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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